Skip to content

Commit 43584c4

Browse files
committed
Don't create nox sessions twice in cross-arch tests
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 59c0330 commit 43584c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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)