Skip to content

Commit e9c224c

Browse files
authored
Merge pull request #667 from bnavigator/conda-mkl-workaround
Use conda-forge for numpy and co.
2 parents b61f58d + 87db91b commit e9c224c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
pip install coveralls
3737
3838
# Install python-control dependencies
39-
conda install numpy matplotlib scipy
39+
# use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved
40+
conda install -c conda-forge numpy matplotlib scipy
4041
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
4142
conda install -c conda-forge slycot
4243
fi

0 commit comments

Comments
 (0)