Skip to content

Commit

Permalink
Fix build on Windows (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 3, 2022
1 parent 6e220c7 commit f75575e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 f75575e

Please sign in to comment.