File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
auto-update-conda : true
16
16
auto-activate-base : true
17
17
miniconda-version : ' latest'
18
- python-version : 3.9
18
+ python-version : " 3.10 "
19
19
environment-file : environment.yml
20
20
activate-environment : quantecon
21
21
- name : Install latex dependencies
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
os : ["ubuntu-latest"]
14
- python-version : ["3.9 "]
14
+ python-version : ["3.10 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v2
53
53
fail-fast : false
54
54
matrix :
55
55
os : ["macos-latest"]
56
- python-version : ["3.8 "]
56
+ python-version : ["3.10 "]
57
57
steps :
58
58
- name : Checkout
59
59
uses : actions/checkout@v2
85
85
# fail-fast: false
86
86
# matrix:
87
87
# os: ["windows-latest"]
88
- # python-version: ["3.8 "]
88
+ # python-version: ["3.10 "]
89
89
# steps:
90
90
# - name: Checkout
91
91
# uses: actions/checkout@v2
Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : ["ubuntu-latest"]
16
- python-version : ["3.9 "]
16
+ python-version : ["3.10 "]
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v2
23
23
auto-update-conda : true
24
24
auto-activate-base : true
25
25
miniconda-version : ' latest'
26
- python-version : 3.9
26
+ python-version : " 3.10 "
27
27
environment-file : environment.yml
28
28
activate-environment : quantecon
29
29
- name : Download "build" folder (cache)
Original file line number Diff line number Diff line change 16
16
auto-update-conda : true
17
17
auto-activate-base : true
18
18
miniconda-version : ' latest'
19
- python-version : 3.9
19
+ python-version : " 3.10 "
20
20
environment-file : environment.yml
21
21
activate-environment : quantecon
22
22
- name : Install latex dependencies
You can’t perform that action at this time.
0 commit comments