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 879cb4d commit d0905adCopy full SHA for d0905ad
.github/workflows/ci.yml
@@ -174,7 +174,7 @@ jobs:
174
175
- name: Set up QEMU (Linux ARM64)
176
if: matrix.config.os-name == 'linux' && matrix.config.python-arch == 'aarch64'
177
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
178
179
- name: Build wheel (Linux)
180
if: matrix.config.os-name == 'linux'
@@ -361,7 +361,7 @@ jobs:
361
362
363
364
365
366
- name: Test wheel (Linux)
367
0 commit comments