Skip to content

Commit

Permalink
Fix build on Windows
Browse files Browse the repository at this point in the history
Broken with this issue: actions/setup-python#328
  • Loading branch information
adamchainz committed Feb 3, 2022
1 parent 6e220c7 commit 5dee41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -32,8 +32,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: 'requirements/*.txt'
# cache: pip
# cache-dependency-path: 'requirements/*.txt'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5dee41d

Please sign in to comment.