Skip to content

Commit f473a25

Browse files
committed
Remove QEMU, as no longer used.
Also fixing one small warning.
1 parent 58a1e8f commit f473a25

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
run: |
5353
python -m pip install --upgrade pip uv
5454
55-
- name: Set up QEMU
56-
if: runner.os == 'Linux'
57-
uses: docker/setup-qemu-action@v3
58-
with:
59-
platforms: all
60-
6155
- uses: bazel-contrib/[email protected]
6256
with:
6357
bazelisk-cache: true
@@ -105,6 +99,8 @@ jobs:
10599

106100
steps:
107101
- uses: actions/setup-python@v5
102+
with:
103+
python-version: 3.13
108104
- uses: actions/download-artifact@v4
109105
with:
110106
name: dist

0 commit comments

Comments
 (0)