We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e8ba commit dfa2529Copy full SHA for dfa2529
1 file changed
.github/workflows/workflow.yml
@@ -40,15 +40,15 @@ jobs:
40
run: uv python install ${{ matrix.python-version }}
41
42
- name: Install dependencies
43
- run: uv sync --group dev
+ run: uv sync --all-extras --group dev
44
shell: bash
45
46
- name: Run tests with coverage
47
uses: nick-fields/retry@v3
48
with:
49
timeout_minutes: 2
50
max_attempts: 3
51
- command: uv run pytest
+ command: uv run --no-sync pytest
52
53
54
- name: Upload coverage to Codecov
0 commit comments