Skip to content

Commit 9bd656c

Browse files
committed
Fix indentation
1 parent 8403803 commit 9bd656c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
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

0 commit comments

Comments
 (0)