File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
cache :
8
8
runs-on : quantecon-gpu-runner
9
9
container :
10
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5 .0-anaconda-2024-06-py311
10
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6 .0-anaconda-2024-06-py312
11
11
options : --gpus all
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
preview :
5
5
runs-on : quantecon-gpu-runner
6
6
container :
7
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py311
7
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
8
8
options : --gpus all
9
9
steps :
10
10
- uses : actions/checkout@v4
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.11 "]
14
+ python-version : ["3.12 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
54
54
fail-fast : false
55
55
matrix :
56
56
os : ["macos-latest"]
57
- python-version : ["3.11 "]
57
+ python-version : ["3.12 "]
58
58
steps :
59
59
- name : Checkout
60
60
uses : actions/checkout@v4
86
86
# fail-fast: false
87
87
# matrix:
88
88
# os: ["windows-latest"]
89
- # python-version: ["3.11 "]
89
+ # python-version: ["3.12 "]
90
90
# steps:
91
91
# - name: Checkout
92
92
# uses: actions/checkout@v4
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 8
8
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9
9
runs-on : quantecon-gpu-runner
10
10
container :
11
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5 .0-anaconda-2024-06-py311
11
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6 .0-anaconda-2024-06-py312
12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.11
5
+ - python=3.12
6
6
- anaconda=2024.06
7
7
- pip
8
8
- pip :
You can’t perform that action at this time.
0 commit comments