File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311
11
11
options : --gpus all
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
ref : ${{ github.event.pull_request.head.sha }}
16
16
- name : Check nvidia drivers
Original file line number Diff line number Diff line change 14
14
python-version : ["3.11"]
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
- uses : conda-incubator/setup-miniconda@v2
19
19
with :
20
20
auto-update-conda : true
57
57
python-version : ["3.11"]
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v4
61
61
- uses : conda-incubator/setup-miniconda@v2
62
62
with :
63
63
auto-update-conda : true
89
89
# python-version: ["3.11"]
90
90
# steps:
91
91
# - name: Checkout
92
- # uses: actions/checkout@v2
92
+ # uses: actions/checkout@v4
93
93
# - uses: conda-incubator/setup-miniconda@v2
94
94
# with:
95
95
# auto-update-conda: true
Original file line number Diff line number Diff line change 16
16
python-version : ["3.11"]
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Setup Anaconda
21
21
uses : conda-incubator/setup-miniconda@v2
22
22
with :
Original file line number Diff line number Diff line change 12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Install Git (required to commit notebooks)
17
17
shell : bash -l {0}
18
18
run : apt-get install -y git
You can’t perform that action at this time.
0 commit comments