delete cache

This commit is contained in:
wakamezake
2020-11-15 10:50:14 +09:00
committed by taizan-hokouto
parent de41341d84
commit b1b70a4e76

View File

@@ -17,15 +17,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: >
${{ runner.os }}-pip-
${{ hashFiles('**/requirements.txt') }}-
${{ hashFiles('**/requirements_test.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
run: |
python -m pip install --upgrade pip