mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
no more restore caches
This commit is contained in:
parent
4b727432ed
commit
48835e6ac4
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -28,10 +28,6 @@ jobs:
|
|||||||
${{ env.pythonLocation }}/lib/*
|
${{ env.pythonLocation }}/lib/*
|
||||||
${{ env.pythonLocation }}/scripts/*
|
${{ env.pythonLocation }}/scripts/*
|
||||||
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'requirements.txt') }}
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-pip-${{ matrix.python-version }}-
|
|
||||||
${{ runner.os }}-pip-
|
|
||||||
${{ runner.os }}-
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user