Skip to content

Commit dda9bd9

Browse files
committed
fix(CI): update check_stub_parity command to include --no-project flag and remove unnecessary targets
1 parent 9831606 commit dda9bd9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Ruff format check
3636
run: uv run --no-project --with ruff==0.11.4 ruff format --check .
3737
- name: Validate stub parity
38-
run: uv run python scripts/check_stub_parity.py
38+
run: uv run --no-project python scripts/check_stub_parity.py
3939

4040
linux:
4141
name: Linux manylinux wheels
@@ -53,10 +53,6 @@ jobs:
5353
target: aarch64
5454
- runner: ubuntu-22.04
5555
target: armv7
56-
- runner: ubuntu-22.04
57-
target: s390x
58-
- runner: ubuntu-22.04
59-
target: ppc64le
6056
steps:
6157
- uses: actions/checkout@v4
6258
with:

0 commit comments

Comments
 (0)