Skip to content

Commit

Permalink
build: windows 3.11.0a4 started failing to save the pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 1, 2022
1 parent d35e8c4 commit 87331de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
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
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Expand Up @@ -55,8 +55,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

0 comments on commit 87331de

Please sign in to comment.