Skip to content

Commit

Permalink
update integration test (#556)
Browse files Browse the repository at this point in the history
* update integration test

* try homebrew suggestion

* fix indentation

* try with tbb2021

* try with tbb2021 installation
  • Loading branch information
fschloesser committed Dec 15, 2021
1 parent 0c2c7d2 commit 31527a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-test.yml
Expand Up @@ -97,9 +97,9 @@ jobs:
with:
path: |
${{ runner.workspace }}/scipoptsuite
~/Library/Caches/Homebrew/tbb@2020--*
/usr/local/opt/tbb@2020*
~/Library/Caches/Homebrew/downloads/*--tbb@2020-*
~/Library/Caches/Homebrew/tbb--*
/usr/local/opt/tbb*
~/Library/Caches/Homebrew/downloads/*--tbb-*
~/Library/Caches/Homebrew/boost--*
/usr/local/opt/boost*
~/Library/Caches/Homebrew/downloads/*--boost-*
Expand All @@ -110,13 +110,13 @@ jobs:
- name: Install dependencies (SCIPOptSuite)
if: steps.cache-scip.outputs.cache-hit != 'true'
run: |
brew install tbb@2020 boost bison
brew install tbb boost bison
wget --quiet --no-check-certificate https://scipopt.org/download/release/scipoptsuite-${{ env.version }}.tgz
tar xfz scipoptsuite-${{ env.version }}.tgz
cd scipoptsuite-${{ env.version }}
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}/scipoptsuite -DIPOPT=off -DSYM=none -DTPI=tny -DREADLINE=off -DTBB_DIR=/usr/local/opt/tbb@2020/lib
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}/scipoptsuite -DIPOPT=off -DSYM=none -DTPI=tny -DREADLINE=off
make install -j
- name: Setup python ${{ matrix.python-version }}
Expand Down

0 comments on commit 31527a8

Please sign in to comment.