Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Unpoison cache to use proper virtualenv
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew-Chen-Wang <[email protected]>
  • Loading branch information
Andrew-Chen-Wang committed Dec 28, 2021
1 parent dd3b01f commit 9a7ce85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Cache PyPI
uses: actions/[email protected]
with:
key: pip-lint-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }}
path: ~/.cache/pip
restore-keys: |
pip-lint-
${{ runner.os }}-pip-lint-
- name: Install dependencies
uses: py-actions/py-dependency-install@v3
with:
Expand Down

0 comments on commit 9a7ce85

Please sign in to comment.