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

Do not install pip

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-03 21:24:28 +01:00
parent ead54ef2a7
commit 7cad22055f

View File

@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.pyversion }}
- name: Install dependencies
run: |
pip install -U pip coveralls
pip install -U coverage coveralls
pip install -Ur requirements.txt
python setup.py develop
- name: Lint