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.
2 parents 97cbf88 + 713693d commit d9b1d3dCopy full SHA for d9b1d3d
.github/workflows/integration-test.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Install dependencies (SCIPOptSuite)
110
if: steps.cache-scip.outputs.cache-hit != 'true'
111
run: |
112
- brew install tbb boost bison
+ brew install tbb boost
113
wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/scipoptsuite-${{ env.version }}.tgz
114
tar xfz scipoptsuite-${{ env.version }}.tgz
115
cd scipoptsuite-${{ env.version }}
0 commit comments