1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #7750 from asottile/patch-1

Bump cache key after it was poisoned by virtualenv 20.x
This commit is contained in:
Paul Moore 2020-02-14 20:30:02 +00:00 committed by GitHub
commit cfbfff0b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
key: pre-commit|2020-02-14|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Pre-configure global Git settings
run: |
git config --global user.email "pypa-dev@googlegroups.com"