Skip to content

Commit

Permalink
Remove cache option for Mac test to test soplex installation well
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolusani committed Jan 29, 2024
1 parent 2882683 commit d35139c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache dependencies (soplex)
id: cache-soplex
uses: actions/cache@v3
with:
path: |
${{ runner.workspace }}/PySoPlex
~/Library/Caches/Homebrew/git--*
/usr/local/opt/git*
~/Library/Caches/Homebrew/downloads/*--git-*
~/Library/Caches/Homebrew/cmake--*
/usr/local/opt/cmake*
~/Library/Caches/Homebrew/downloads/*--cmake-*
key: ${{ runner.os }}-soplex-${{ env.version }}-${{ hashFiles('**/lockfiles') }}
restore-keys: |
${{ runner.os }}-soplex-${{ env.version }}-
- name: Install dependencies (soplex)
if: steps.cache-soplex.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit d35139c

Please sign in to comment.