Skip to content

Commit 1dfd6a4

Browse files
committed
fix: changed conda scip version to 9.2.4
1 parent 05a4512 commit 1dfd6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Install dependencies (SCIPOptSuite)
6161
run: |
62-
conda install -y --prefix $CONDA/envs/test --channel conda-forge::scip==9.2.4
62+
conda install -y --prefix $CONDA/envs/test --channel conda-forge scip=9.2.4
6363
echo "LD_LIBRARY_PATH=$CONDA/envs/test/lib" >> "${GITHUB_ENV}"
6464
echo "CONDA_PREFIX=$CONDA/envs/test" >> "${GITHUB_ENV}"
6565

0 commit comments

Comments
 (0)