Skip to content

Commit

Permalink
Merge pull request #736 from murrayrm/ci_conda_fix-28May2022
Browse files Browse the repository at this point in the history
update python-package-conda workflow to use conda instead of conda-forge
  • Loading branch information
murrayrm committed May 28, 2022
2 parents 865ba02 + e5a7d82 commit 2790bc1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2790bc1

Please sign in to comment.