File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
conda install anaconda
26
26
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
27
+ - name : Install Jax [CPU]
28
+ shell : bash -l {0}
29
+ run : |
30
+ pip install "jax[CPU]"
27
31
- name : Build Lectures (+ Execution Checks)
28
32
shell : bash -l {0}
29
33
run : jb build lectures --path-output=./ -W --keep-going
Original file line number Diff line number Diff line change 24
24
run : |
25
25
conda install anaconda
26
26
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
27
+ - name : Install Jax [CPU]
28
+ shell : bash -l {0}
29
+ run : |
30
+ pip install "jax[CPU]"
27
31
- name : Build Lectures (+ Execution Checks)
28
32
shell : bash -l {0}
29
33
run : jb build lectures --path-output=./ -W --keep-going
Original file line number Diff line number Diff line change 29
29
conda install -c numba llvmlite
30
30
pip install jupyter-book
31
31
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
32
+ - name : Install Jax [CPU]
33
+ shell : bash -l {0}
34
+ run : |
35
+ pip install "jax[CPU]"
32
36
- name : Build Lectures (+ Execution Checks)
33
37
shell : powershell
34
38
run : jb build lectures --path-output=./ -W --keep-going
You can’t perform that action at this time.
0 commit comments