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

we don't need newer pip

This commit is contained in:
Divy Jain 2021-01-04 02:19:31 +05:30
parent 0aadd59b40
commit 9689b90cdb
No known key found for this signature in database
GPG Key ID: 45ABD8EE0FEC4C0B

View File

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