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 11312b9 commit c55ba41Copy full SHA for c55ba41
.github/workflows/ci.yaml
@@ -178,7 +178,7 @@ jobs:
178
--net=host \
179
--platform linux/${{ matrix.arch }} \
180
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 }}"
+ bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
182
timeout-minutes: 30
183
184
# This ensures that the runner has access to the pip cache.
0 commit comments