Debugging errors..

This commit is contained in:
Jannis Leidel 2020-11-23 15:05:27 +01:00
parent f8a3439209
commit 78ec3a1f4b
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -18,20 +18,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Get pip cache dir
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key:
test-${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
restore-keys: |
test-${{ matrix.python-version }}-v1-
- name: Install dependencies
run: |
python -m pip install --upgrade pip