1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00
This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-21 14:08:10 +01:00
parent e2ab48a70d
commit 7e0ad9a316

View File

@ -28,7 +28,7 @@ jobs:
${{ env.pythonLocation }}/lib/*
${{ env.pythonLocation }}/scripts/*
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'requirements.txt') }}
- name: Install dependencies
- name: Install The Fuck with all dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
pip install -Ur requirements.txt coveralls