We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a4512 commit 1dfd6a4Copy full SHA for 1dfd6a4
.github/workflows/build_and_test.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Install dependencies (SCIPOptSuite)
61
run: |
62
- conda install -y --prefix $CONDA/envs/test --channel conda-forge::scip==9.2.4
+ conda install -y --prefix $CONDA/envs/test --channel conda-forge scip=9.2.4
63
echo "LD_LIBRARY_PATH=$CONDA/envs/test/lib" >> "${GITHUB_ENV}"
64
echo "CONDA_PREFIX=$CONDA/envs/test" >> "${GITHUB_ENV}"
65
0 commit comments