From 6dc3dd0796574dd869db5ec10627da688891cb57 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 3 Jun 2023 16:46:44 +0200 Subject: [PATCH] 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 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 54f2a48..937218d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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