Skip to content

Commit c55ba41

Browse files
committed
Reuse just created nox env. in crossarch ci test
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 11312b9 commit c55ba41

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
@@ -178,7 +178,7 @@ jobs:
178178
--net=host \
179179
--platform linux/${{ matrix.arch }} \
180180
localhost/nox-cross-arch:latest \
181-
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -e ${{ matrix.nox-session }}"
181+
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
182182
timeout-minutes: 30
183183

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

0 commit comments

Comments
 (0)