Skip to content

Commit

Permalink
Merge pull request #667 from bnavigator/conda-mkl-workaround
Browse files Browse the repository at this point in the history
Use conda-forge for numpy and co.
  • Loading branch information
bnavigator committed Nov 4, 2021
2 parents b61f58d + 87db91b commit e9c224c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
pip install coveralls
# Install python-control dependencies
conda install numpy matplotlib scipy
# use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved
conda install -c conda-forge numpy matplotlib scipy
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
conda install -c conda-forge slycot
fi
Expand Down

0 comments on commit e9c224c

Please sign in to comment.