Skip to content

Commit 0d501fb

Browse files
authored
Fix comment
1 parent 2763c01 commit 0d501fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
source .venv/bin/activate
108108
coverage erase
109109
# Using `--parallel 4` as it's the number of CPUs in the GitHub Actions runner
110-
# Using `installpkg dist/*.tar.gz` because we want to install the pre-built package (want to test against that)
110+
# Using `installpkg dist/*.whl` because we want to install the pre-built package (want to test against that)
111111
tox run-parallel -f ${{ matrix.toxfactor }} --parallel 4 --parallel-no-spinner --parallel-live --installpkg dist/*.whl
112112
coverage combine
113113
coverage xml

0 commit comments

Comments
 (0)