Skip to content

Commit f79e347

Browse files
authored
FIX: windows execution checks due to anaconda issue (#160)
1 parent efc5988 commit f79e347

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/execution.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install Anaconda + Dependencies
5252
shell: powershell
53+
# numba and llvmlite have issues on latest anaconda install for windows
54+
# https://github.com/numba/llvmlite/issues/650#issuecomment-865287766
5355
run: |
5456
conda install anaconda
57+
conda install -c numba numba
58+
conda install -c numba llvmlite
5559
pip install jupyter-book
5660
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
5761
- name: Build Lectures (+ Execution Checks)

0 commit comments

Comments
 (0)