Skip to content

Commit

Permalink
save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Apr 4, 2024
1 parent 875e27e commit 20a4347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: echo pip_user_site=$(python -m site --user-site) >> $GITHUB_ENV
- id: cache
uses: actions/cache@v4
uses: actions/cache/save@v4
with:
path: ${{ env.pip_user_site }}
key: ${{ matrix.platform }}-${{ matrix.mpi }}-${{ matrix.python-version }}
Expand Down

0 comments on commit 20a4347

Please sign in to comment.