Skip to content

Commit

Permalink
another cache attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Jul 27, 2023
1 parent 93e791b commit 8b7ec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
image: python:2.7.18
# Needed for cache
volumes:
- ~/.cache/pip
- ~/eggs
- ${{ github.workspace }}/.cache/pip:/root/.cache/pip
- ${{ github.workspace }}/eggs:/root/eggs
name: ${{ matrix.config[1] }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8b7ec66

Please sign in to comment.