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 de5cfd3 commit 6e070b3Copy full SHA for 6e070b3
.github/workflows/ci.yaml
@@ -140,14 +140,6 @@ jobs:
140
rm -rf /tmp/.buildx-cache
141
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
142
143
- # Cache nox downloads
144
- - name: Cache nox downloads
145
- uses: actions/cache@v3
146
- with:
147
- path: |
148
- .nox/${{ matrix.nox-session }}
149
- key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}
150
-
151
- name: Run nox
152
run: |
153
docker run \
@@ -157,7 +149,7 @@ jobs:
157
--net=host \
158
--platform linux/${{ matrix.arch }} \
159
localhost/nox-cross-arch:latest \
160
- nox -R -e ${{ matrix.nox-session }}
+ nox -e ${{ matrix.nox-session }}
161
timeout-minutes: 30
162
154
163
155
build:
0 commit comments