Merge pull request #1821 from jku/disable-pip-cache

github: disable pip caching temporarily
This commit is contained in:
lukpueh 2022-02-04 09:51:16 +01:00 committed by GitHub
commit 67e2b24a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,8 +47,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: |