Closed meshy closed 1 year ago
@meshy, thanks for reporting the issue. I'll try to make a bugfix release for this.
For the time being, you can use tox run-parallel
instead. As tox --parallel
means tox legacy --parallel
internally, tox --parallel
and tox run-parallel
may work slightly differently though.
I just released tox-gh-actions v3.1.1 which should fix this issue. Please give it a try.
Describe the bug
Running
tox --parallel
results in a type error:To Reproduce
Expected behavior
Tests are run without error.
Additional context
I can see that some work was undertaken to address this issue recently, but I'm still seeing this error with
tox-gh-actions
version 3.1.0 installed.For now I intend to remove
--parallel
from my CI test run.