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:
Simon Conseil
2023-06-03 16:46:44 +02:00
parent 0923a56a56
commit 6dc3dd0796

View File

@@ -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