Skip to content

Commit 6aa1bae

Browse files
committed
Oops, pip needs double equals
1 parent c8ac6a5 commit 6aa1bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openconcept.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
conda config --set always_yes yes
5858
python -m pip install pip==${{ matrix.PIP_VERSION_OLDEST }} setuptools==${{ matrix.SETUPTOOLS_VERSION_OLDEST }} --upgrade wheel
5959
conda install -c conda-forge numpy=${{ matrix.NUMPY_VERSION_OLDEST }}
60-
pip install scipy=${{ matrix.SCIPY_VERSION_OLDEST }} om-pycycle
60+
pip install scipy==${{ matrix.SCIPY_VERSION_OLDEST }} om-pycycle
6161
- name: Install dependencies (latest versions)
6262
if: ${{ matrix.dep-versions == 'latest' }}
6363
run: |

0 commit comments

Comments
 (0)