delete cache
This commit is contained in:
9
.github/workflows/run_test.yml
vendored
9
.github/workflows/run_test.yml
vendored
@@ -17,15 +17,6 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user