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.
1 parent b8f22ff commit 4ecb32cCopy full SHA for 4ecb32c
.github/workflows/integration-test.yml
@@ -98,7 +98,7 @@ jobs:
98
brew install tbb boost bison
99
wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-Darwin.sh
100
chmod +x SCIPOptSuite-${{ env.version }}-Darwin.sh
101
- ./SCIPOptSuite-${{ env.version }}-Darwin.sh
+ ./SCIPOptSuite-${{ env.version }}-Darwin.sh --skip-license --include-subdir
102
mv SCIPOptSuite-${{ env.version }}-Darwin ${{ runner.workspace }}/scipoptsuite
103
104
- name: Setup python ${{ matrix.python-version }}
0 commit comments