From 4ecb32c2fa192e6d4b6d5668fa6c214464cb0d88 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 3 Dec 2024 11:00:40 +0100 Subject: [PATCH] Adds license skip --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e0a1061f..77fd78de 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -98,7 +98,7 @@ jobs: brew install tbb boost bison wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-Darwin.sh chmod +x SCIPOptSuite-${{ env.version }}-Darwin.sh - ./SCIPOptSuite-${{ env.version }}-Darwin.sh + ./SCIPOptSuite-${{ env.version }}-Darwin.sh --skip-license --include-subdir mv SCIPOptSuite-${{ env.version }}-Darwin ${{ runner.workspace }}/scipoptsuite - name: Setup python ${{ matrix.python-version }}