Skip to content

Commit

Permalink
Merge branch 'master' into mt/cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-manns committed Mar 5, 2024
2 parents 97cbf88 + 713693d commit d9b1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install dependencies (SCIPOptSuite)
if: steps.cache-scip.outputs.cache-hit != 'true'
run: |
brew install tbb boost bison
brew install tbb boost
wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/scipoptsuite-${{ env.version }}.tgz
tar xfz scipoptsuite-${{ env.version }}.tgz
cd scipoptsuite-${{ env.version }}
Expand Down

0 comments on commit d9b1d3d

Please sign in to comment.