dependabot[bot]
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/ci-testing.yml
|
|
@@ -39,7 +39,7 @@ jobs: |
|
|
|
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" |
|
|
|
|
|
|
|
- name: Cache pip |
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
uses: actions/cache@v2.1.7 |
|
|
|
with: |
|
|
|
path: ${{ steps.pip-cache.outputs.dir }} |
|
|
|
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }} |