diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 3f1910697..0744906a7 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -38,13 +38,12 @@ jobs: pip install coveralls # Install python-control dependencies - # use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved - conda install -c conda-forge numpy matplotlib scipy + conda install numpy matplotlib scipy if [[ '${{matrix.slycot}}' == 'conda' ]]; then conda install -c conda-forge slycot fi if [[ '${{matrix.pandas}}' == 'conda' ]]; then - conda install -c conda-forge pandas + conda install pandas fi - name: Test with pytest