We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c0330 commit 43584c4Copy full SHA for 43584c4
.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