Try to fix issue with tox-gh-actions
py310-pillow-latest: tox-gh-actions couldn't understand the parallel option. ignoring the given option: 0
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Install Tox
|
||||
run: python -m pip install tox tox-gh-actions coverage
|
||||
- name: Run Tox
|
||||
run: tox
|
||||
run: tox run
|
||||
- name: Convert coverage
|
||||
run: python -m coverage xml
|
||||
- name: Upload coverage to Codecov
|
||||
|
||||
Reference in New Issue
Block a user