Skip to content

Commit

Permalink
I see a lot of "building wheel" instead of using cached wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 30, 2020
1 parent 64aee89 commit 8ae019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('setup.*', 'tox.ini') }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
restore-keys: |
${{ runner.os }}-pip-
Expand Down

0 comments on commit 8ae019a

Please sign in to comment.