Skip to content

Commit

Permalink
cache lapack too
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 24, 2023
1 parent 954bba7 commit 6795ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
path: |
target/*/deps/*rlst*
target/*/deps/*lapack*
key: rlst-${{ steps.rlst-commit.output.commit }}-${{ matrix.mpi }}

- name: Set up Rust
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
with:
path: |
target/*/deps/*rlst*
target/*/deps/*lapack*
key: ${{ steps.cache.outputs.cache-primary-key }}

run-tests-python:
Expand Down

0 comments on commit 6795ba6

Please sign in to comment.