File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 run : |
9898 source .venv/bin/activate
9999 coverage erase
100- # Using `--parallel 4` as it's the number of CPUs in the GitHub Actions runner
101- # Using `installpkg dist/*.whl` because we want to install the pre-built package (want to test against that)
102- tox run-parallel -f ${{ matrix.toxfactor }} --parallel 4 --parallel-no-spinner --parallel-live --installpkg dist/*.whl
100+ # Using `--parallel 4` as it's the number of CPUs in the GitHub Actions runner
101+ # Using `installpkg dist/*.whl` because we want to install the pre-built package (want to test against that)
102+ tox run-parallel -f ${{ matrix.toxfactor }} --parallel 4 --parallel-no-spinner --parallel-live --installpkg dist/*.whl
103103 coverage combine
104104 coverage xml
105105 - uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments