We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ac6a5 commit 6aa1baeCopy full SHA for 6aa1bae
.github/workflows/openconcept.yaml
@@ -57,7 +57,7 @@ jobs:
57
conda config --set always_yes yes
58
python -m pip install pip==${{ matrix.PIP_VERSION_OLDEST }} setuptools==${{ matrix.SETUPTOOLS_VERSION_OLDEST }} --upgrade wheel
59
conda install -c conda-forge numpy=${{ matrix.NUMPY_VERSION_OLDEST }}
60
- pip install scipy=${{ matrix.SCIPY_VERSION_OLDEST }} om-pycycle
+ pip install scipy==${{ matrix.SCIPY_VERSION_OLDEST }} om-pycycle
61
- name: Install dependencies (latest versions)
62
if: ${{ matrix.dep-versions == 'latest' }}
63
run: |
0 commit comments