We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61f58d commit 87db91bCopy full SHA for 87db91b
1 file changed
.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