Skip to content

FIX: windows execution checks due to anaconda issue #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Anaconda + Dependencies
shell: powershell
# numba and llvmlite have issues on latest anaconda install for windows
# https://github.com/numba/llvmlite/issues/650#issuecomment-865287766
run: |
conda install anaconda
conda install -c numba numba
conda install -c numba llvmlite
pip install jupyter-book
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
- name: Build Lectures (+ Execution Checks)
Expand Down