We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61f58d + 87db91b commit e9c224cCopy full SHA for e9c224c
.github/workflows/python-package-conda.yml
@@ -36,7 +36,8 @@ jobs:
36
pip install coveralls
37
38
# Install python-control dependencies
39
- conda install numpy matplotlib scipy
+ # use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved
40
+ conda install -c conda-forge numpy matplotlib scipy
41
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
42
conda install -c conda-forge slycot
43
fi
0 commit comments