Skip to content

Commit eef755a

Browse files
Fix dev CI (#576)
1 parent 5f5ed84 commit eef755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
env:
3939
# show timings of tests
4040
PYTEST_ADDOPTS: "--durations=0"
41-
run: uv run pytest .
41+
run: uv run --no-sync pytest .

0 commit comments

Comments
 (0)