1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 09:39:01 +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 }} python-version: ${{ matrix.pyversion }}
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -U pip coveralls pip install -U coverage coveralls
pip install -Ur requirements.txt pip install -Ur requirements.txt
python setup.py develop python setup.py develop
- name: Lint - name: Lint