Skip to content

Commit 4ecb32c

Browse files
committed
Adds license skip
1 parent b8f22ff commit 4ecb32c

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
@@ -98,7 +98,7 @@ jobs:
9898
brew install tbb boost bison
9999
wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-Darwin.sh
100100
chmod +x SCIPOptSuite-${{ env.version }}-Darwin.sh
101-
./SCIPOptSuite-${{ env.version }}-Darwin.sh
101+
./SCIPOptSuite-${{ env.version }}-Darwin.sh --skip-license --include-subdir
102102
mv SCIPOptSuite-${{ env.version }}-Darwin ${{ runner.workspace }}/scipoptsuite
103103
104104
- name: Setup python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)