mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
Do not install pip
This commit is contained in:
parent
ead54ef2a7
commit
7cad22055f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user