Skip to content

Commit 237b082

Browse files
committed
fix(CI): update validate stub parity command to remove --no-project flag
1 parent dda9bd9 commit 237b082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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 --no-project python scripts/check_stub_parity.py
38+
run: uv run python scripts/check_stub_parity.py
3939

4040
linux:
4141
name: Linux manylinux wheels

0 commit comments

Comments
 (0)