File tree Expand file tree Collapse file tree 8 files changed +36
-23
lines changed Expand file tree Collapse file tree 8 files changed +36
-23
lines changed Original file line number Diff line number Diff line change 4
4
preview :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v4
8
8
- name : Setup Anaconda
9
- uses : conda-incubator/setup-miniconda@v2
9
+ uses : conda-incubator/setup-miniconda@v3
10
10
with :
11
11
auto-update-conda : true
12
12
auto-activate-base : true
34
34
shell : bash -l {0}
35
35
run : pip list
36
36
- name : Download "build" folder (cache)
37
- uses : dawidd6/action-download-artifact@v2
37
+ uses : dawidd6/action-download-artifact@v3
38
38
with :
39
39
workflow : cache.yml
40
40
branch : main
59
59
run : |
60
60
jb build lectures --path-output ./ -n -W --keep-going
61
61
- name : Upload Execution Reports
62
- uses : actions/upload-artifact@v2
62
+ uses : actions/upload-artifact@v4
63
63
if : failure()
64
64
with :
65
65
name : execution-reports
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
18
- - uses : conda-incubator/setup-miniconda@v2
17
+ uses : actions/checkout@v4
18
+ - uses : conda-incubator/setup-miniconda@v3
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : ${{ matrix.python-version }}
32
32
shell : bash -l {0}
33
33
run : jb build lectures --path-output=./ -W --keep-going
34
34
- name : Upload Execution Reports
35
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v4
36
36
if : failure()
37
37
with :
38
38
name : execution-reports
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
18
- - uses : conda-incubator/setup-miniconda@v2
17
+ uses : actions/checkout@v4
18
+ - uses : conda-incubator/setup-miniconda@v3
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : ${{ matrix.python-version }}
32
32
shell : bash -l {0}
33
33
run : jb build lectures --path-output=./ -W --keep-going
34
34
- name : Upload Execution Reports
35
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v4
36
36
if : failure()
37
37
with :
38
38
name : execution-reports
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
18
- - uses : conda-incubator/setup-miniconda@v2
17
+ uses : actions/checkout@v4
18
+ - uses : conda-incubator/setup-miniconda@v3
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : ${{ matrix.python-version }}
37
37
shell : powershell
38
38
run : jb build lectures --path-output=./ -W --keep-going
39
39
- name : Upload Execution Reports
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
if : failure()
42
42
with :
43
43
name : execution-reports
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@v3
19
+ uses : actions/checkout@v4
20
20
- name : Setup Anaconda
21
- uses : conda-incubator/setup-miniconda@v2
21
+ uses : conda-incubator/setup-miniconda@v3
22
22
with :
23
23
auto-update-conda : true
24
24
auto-activate-base : true
27
27
environment-file : environment.yml
28
28
activate-environment : quantecon
29
29
- name : Download "build" folder (cache)
30
- uses : dawidd6/action-download-artifact@v2
30
+ uses : dawidd6/action-download-artifact@v3
31
31
with :
32
32
workflow : cache.yml
33
33
branch : main
37
37
shell : bash -l {0}
38
38
run : jb build lectures --path-output=./ --builder=custom --custom-builder=linkcheck
39
39
- name : Upload Link Checker Reports
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
if : failure()
42
42
with :
43
43
name : linkcheck-reports
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Setup Anaconda
14
- uses : conda-incubator/setup-miniconda@v2
14
+ uses : conda-incubator/setup-miniconda@v3
15
15
with :
16
16
auto-update-conda : true
17
17
auto-activate-base : true
40
40
run : pip list
41
41
# Download Build Cache from cache.yml
42
42
- name : Download "build" folder (cache)
43
- uses : dawidd6/action-download-artifact@v2
43
+ uses : dawidd6/action-download-artifact@v3
44
44
with :
45
45
workflow : cache.yml
46
46
branch : main
61
61
run : |
62
62
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
63
63
zip -r download-notebooks.zip _build/jupyter
64
- - uses : actions/upload-artifact@v2
64
+ - uses : actions/upload-artifact@v4
65
65
with :
66
66
name : download-notebooks
67
67
path : download-notebooks.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- default
4
4
dependencies :
5
5
- python=3.11
6
- - anaconda=2023.09
6
+ - anaconda=2024.02
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
Original file line number Diff line number Diff line change @@ -18,4 +18,17 @@ This table contains the latest execution statistics.
18
18
19
19
(status: machine-details )=
20
20
21
- These lectures are built on ` linux ` instances through ` github actions ` .
21
+ These lectures are built on ` linux ` instances through ` github actions ` .
22
+
23
+ These lectures are using the following python version
24
+
25
+ ``` {code-cell} ipython
26
+ !python --version
27
+ ```
28
+
29
+ and the following package versions
30
+
31
+ ``` {code-cell} ipython
32
+ :tags: [hide-output]
33
+ !conda list
34
+ ```
You can’t perform that action at this time.
0 commit comments