mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
switch from "setup.py test" to "python -m unittest" (pytest has a weird 'I/O operation on closed file' bug though)
This commit is contained in:
parent
2569aa03f6
commit
4b9c951084
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools
|
||||
pip install flake8 pytest
|
||||
pip install flake8
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user