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 77 cache :
88 runs-on : quantecon-gpu-runner
99 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
1111 options : --gpus all
1212 steps :
1313 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 preview :
55 runs-on : quantecon-gpu-runner
66 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
88 options : --gpus all
99 steps :
1010 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : ["ubuntu-latest"]
14- python-version : ["3.11 "]
14+ python-version : ["3.12 "]
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
5454 fail-fast : false
5555 matrix :
5656 os : ["macos-latest"]
57- python-version : ["3.11 "]
57+ python-version : ["3.12 "]
5858 steps :
5959 - name : Checkout
6060 uses : actions/checkout@v4
8686 # fail-fast: false
8787 # matrix:
8888 # os: ["windows-latest"]
89- # python-version: ["3.11 "]
89+ # python-version: ["3.12 "]
9090 # steps:
9191 # - name: Checkout
9292 # uses: actions/checkout@v4
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 os : ["ubuntu-latest"]
16- python-version : ["3.11 "]
16+ python-version : ["3.12 "]
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
2323 auto-update-conda : true
2424 auto-activate-base : true
2525 miniconda-version : ' latest'
26- python-version : ' 3.11 '
26+ python-version : ' 3.12 '
2727 environment-file : environment.yml
2828 activate-environment : quantecon
2929 - name : Download "build" folder (cache)
Original file line number Diff line number Diff line change 88 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
99 runs-on : quantecon-gpu-runner
1010 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
1212 options : --gpus all
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: quantecon
22channels :
33 - default
44dependencies :
5- - python=3.11
5+ - python=3.12
66 - anaconda=2024.06
77 - pip
88 - pip :
You can’t perform that action at this time.
0 commit comments