We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865ba02 commit e5a7d82Copy full SHA for e5a7d82
.github/workflows/python-package-conda.yml
@@ -38,13 +38,12 @@ jobs:
38
pip install coveralls
39
40
# Install python-control dependencies
41
- # use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved
42
- conda install -c conda-forge numpy matplotlib scipy
+ conda install numpy matplotlib scipy
43
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
44
conda install -c conda-forge slycot
45
fi
46
if [[ '${{matrix.pandas}}' == 'conda' ]]; then
47
- conda install -c conda-forge pandas
+ conda install pandas
48
49
50
- name: Test with pytest
0 commit comments