Skip to content

Commit 5c48509

Browse files
committed
ci: build only x86_64/aarch64 wheels and quiet uv cache warning
1 parent cd63c0f commit 5c48509

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626
- uses: astral-sh/setup-uv@v5
27+
with:
28+
enable-cache: false
2729
- name: Ruff lint
2830
run: uvx ruff@0.15.10 check
2931
- name: Ruff format
@@ -38,16 +40,8 @@ jobs:
3840
platform:
3941
- runner: ubuntu-latest
4042
target: x86_64
41-
- runner: ubuntu-latest
42-
target: x86
43-
- runner: ubuntu-latest
43+
- runner: ubuntu-24.04-arm
4444
target: aarch64
45-
- runner: ubuntu-latest
46-
target: armv7
47-
- runner: ubuntu-latest
48-
target: s390x
49-
- runner: ubuntu-latest
50-
target: ppc64le
5145
steps:
5246
- uses: actions/checkout@v5
5347
- uses: actions/setup-python@v6
@@ -77,12 +71,8 @@ jobs:
7771
platform:
7872
- runner: ubuntu-latest
7973
target: x86_64
80-
- runner: ubuntu-latest
81-
target: x86
82-
- runner: ubuntu-latest
74+
- runner: ubuntu-24.04-arm
8375
target: aarch64
84-
- runner: ubuntu-latest
85-
target: armv7
8676
steps:
8777
- uses: actions/checkout@v5
8878
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)