Skip to content

Commit 2b8e403

Browse files
committed
ci: test by uv run --no-sync
1 parent c412b32 commit 2b8e403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Test not ciso8601
8181
run: |
8282
uv pip uninstall ciso8601
83-
make test_sqlite
83+
uv run --no-sync make test_sqlite
8484
- name: Upload Coverage
8585
run: |
8686
pip3 install --upgrade coveralls

0 commit comments

Comments
 (0)