File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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.11 "
18
+ python-version : " 3.12 "
19
19
environment-file : environment.yml
20
20
activate-environment : quantecon
21
21
- name : graphviz Support # TODO: required?
Original file line number Diff line number Diff line change 12
12
auto-update-conda : true
13
13
auto-activate-base : true
14
14
miniconda-version : ' latest'
15
- python-version : " 3.11 "
15
+ python-version : " 3.12 "
16
16
environment-file : environment.yml
17
17
activate-environment : quantecon
18
18
- name : Graphics Support # TODO: Review if graphviz is needed
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.11 "]
16
+ python-version : ["3.12 "]
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
23
23
auto-update-conda : true
24
24
auto-activate-base : true
25
25
miniconda-version : ' latest'
26
- python-version : " 3.11 "
26
+ python-version : " 3.12 "
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.11 "
19
+ python-version : " 3.12 "
20
20
environment-file : environment.yml
21
21
activate-environment : quantecon
22
22
- name : Install latex dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- default
4
4
- conda-forge
5
5
dependencies :
6
- - python=3.11
6
+ - python=3.12
7
7
- anaconda=2024.06
8
8
- pip
9
9
- pip :
You can’t perform that action at this time.
0 commit comments