Skip to content

Commit

Permalink
Needs conda forge channel I think
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed May 9, 2024
1 parent 3e4543a commit c8ac6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openconcept.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: |
conda config --set always_yes yes
python -m pip install pip==${{ matrix.PIP_VERSION_OLDEST }} setuptools==${{ matrix.SETUPTOOLS_VERSION_OLDEST }} --upgrade wheel
conda install numpy=${{ matrix.NUMPY_VERSION_OLDEST }} scipy=${{ matrix.SCIPY_VERSION_OLDEST }}
pip install om-pycycle
conda install -c conda-forge numpy=${{ matrix.NUMPY_VERSION_OLDEST }}
pip install scipy=${{ matrix.SCIPY_VERSION_OLDEST }} om-pycycle
- name: Install dependencies (latest versions)
if: ${{ matrix.dep-versions == 'latest' }}
run: |
Expand Down

0 comments on commit c8ac6a5

Please sign in to comment.