Skip to content

Commit 3a5a7e0

Browse files
committed
fix: remove test script
1 parent 7b69810 commit 3a5a7e0

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Lint
2121
run: scripts/lint
2222
- name: Test
23-
run: scripts/test
23+
run: uv run pytest
2424
- name: Validate
2525
run: scripts/validate
2626
- name: Build docs

scripts/install

Lines changed: 0 additions & 10 deletions
This file was deleted.

scripts/test

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)