Skip to content

Commit 7e1121a

Browse files
committed
ci: 🐛 trying to get ci to work with intrusions
1 parent 08f6a22 commit 7e1121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Installing dependencies
1919
shell: bash -l {0}
2020
run: |
21-
conda install -c conda-forge cython numpy scipy scikit-image scikit-learn pyamg flake8 pytest networkx osqp
21+
conda install -c conda-forge cython numpy scipy scikit-image scikit-learn pyamg flake8 pytest networkx osqp numba statsmodels scikit-fmm
2222
- name: Checking formatting of code
2323
shell: bash -l {0}
2424
run: |

0 commit comments

Comments
 (0)