diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 67f782048..464624949 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -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