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 Jan 30, 2022
1 parent d35e8c4 commit 84f6026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
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 84f6026

Please sign in to comment.