Skip to content

Commit dc0b733

Browse files
committed
Try adding no-sync flag
1 parent 0b84d95 commit dc0b733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uv-dependency-install-flags: "--all-extras --group tests"
9898
- name: Run tests
9999
run: |
100-
uv run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
100+
uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
101101
uv run coverage report
102102
- name: Upload coverage reports to Codecov with GitHub Action
103103
uses: codecov/codecov-action@v4.2.0

0 commit comments

Comments
 (0)