File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 - main
66jobs :
77 cache :
8- runs-on : quantecon-gpu-runner
8+ runs-on : quantecon-gpu
99 container :
1010 image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
1111 options : --gpus all
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Preview [using jupyter-book]
22on : [pull_request]
33jobs :
44 preview :
5- runs-on : quantecon-gpu-runner
5+ runs-on : quantecon-gpu
66 container :
77 image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
88 options : --gpus all
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Project on Google Collab (Execution)
22on : [pull_request]
33jobs :
44 execution-checks :
5- runs-on : quantecon-gpu-runner
5+ runs-on : quantecon-gpu
66 container :
77 image : docker://us-docker.pkg.dev/colab-images/public/runtime
88 options : --gpus all
Original file line number Diff line number Diff line change 66jobs :
77 publish :
88 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9- runs-on : quantecon-gpu-runner
9+ runs-on : quantecon-gpu
1010 container :
1111 image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
1212 options : --gpus all
You can’t perform that action at this time.
0 commit comments