Skip to content

Commit

Permalink
update .github/workflows/integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschloesser committed Dec 15, 2021
1 parent 769db47 commit 0c2c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
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_LIBRARY_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 -DTBB_DIR=/usr/local/opt/tbb@2020/lib
make install -j
- name: Setup python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0c2c7d2

Please sign in to comment.