We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc5988 commit f79e347Copy full SHA for f79e347
.github/workflows/execution.yml
@@ -50,8 +50,12 @@ jobs:
50
python-version: ${{ matrix.python-version }}
51
- name: Install Anaconda + Dependencies
52
shell: powershell
53
+ # numba and llvmlite have issues on latest anaconda install for windows
54
+ # https://github.com/numba/llvmlite/issues/650#issuecomment-865287766
55
run: |
56
conda install anaconda
57
+ conda install -c numba numba
58
+ conda install -c numba llvmlite
59
pip install jupyter-book
60
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
61
- name: Build Lectures (+ Execution Checks)
0 commit comments