Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 16, 2023
1 parent dcd541f commit 60bfd76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.cache
~/.nox
.nox
key:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.cache
~/.nox
.nox
key:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.cache
~/.nox
.nox
key:
Expand Down

0 comments on commit 60bfd76

Please sign in to comment.