Skip to content

Commit 713693d

Browse files
authored
Merge pull request #801 from scipopt/fix-mac-integration-test
Remove bison from brew install since bison is installed by default (on macos:latest at least)
2 parents 241f52b + d12c9f5 commit 713693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install dependencies (SCIPOptSuite)
110110
if: steps.cache-scip.outputs.cache-hit != 'true'
111111
run: |
112-
brew install tbb boost bison
112+
brew install tbb boost
113113
wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/scipoptsuite-${{ env.version }}.tgz
114114
tar xfz scipoptsuite-${{ env.version }}.tgz
115115
cd scipoptsuite-${{ env.version }}

0 commit comments

Comments
 (0)