Skip to content

Commit

Permalink
Remove bison from brew install since bison is installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-manns committed Feb 29, 2024
1 parent 8848eda commit c323812
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 c323812

Please sign in to comment.