We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59c0330 + 43584c4 commit 1c8d447Copy full SHA for 1c8d447
.github/workflows/ci.yaml
@@ -180,7 +180,7 @@ jobs:
180
--net=host \
181
--platform linux/${{ matrix.arch }} \
182
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 }}"
+ bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
184
timeout-minutes: 30
185
186
# This ensures that the runner has access to the pip cache.
0 commit comments