Skip to content

Commit

Permalink
build: pip cache works again
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 6, 2022
1 parent 7e85e78 commit 4864c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
#cache: pip
#cache-dependency-path: 'requirements/*.pip'
cache: pip
cache-dependency-path: 'requirements/*.pip'

- name: "Install dependencies"
run: |
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "3.8"
#cache: pip
#cache-dependency-path: 'requirements/*.pip'
cache: pip
cache-dependency-path: 'requirements/*.pip'

- name: "Install dependencies"
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
#cache: pip
#cache-dependency-path: 'requirements/*.pip'
# Can we start using the pip cache again?
cache: pip
cache-dependency-path: 'requirements/*.pip'

- name: "Install dependencies"
run: |
Expand Down

0 comments on commit 4864c4f

Please # to comment.