Skip to content

Commit 1c8d447

Browse files
authored
Don't create nox sessions twice in cross-arch tests (#34)
2 parents 59c0330 + 43584c4 commit 1c8d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
--net=host \
181181
--platform linux/${{ matrix.arch }} \
182182
localhost/nox-cross-arch:latest \
183-
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -e ${{ matrix.nox-session }}"
183+
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
184184
timeout-minutes: 30
185185

186186
# This ensures that the runner has access to the pip cache.

0 commit comments

Comments
 (0)