1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

no more restore caches

This commit is contained in:
Divy Jain 2021-01-21 17:32:27 +05:30
parent 4b727432ed
commit 48835e6ac4
No known key found for this signature in database
GPG Key ID: 45ABD8EE0FEC4C0B

View File

@ -28,10 +28,6 @@ jobs:
${{ env.pythonLocation }}/lib/*
${{ env.pythonLocation }}/scripts/*
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
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |