Skip to content

Commit dfa2529

Browse files
committed
V6.0.2
1 parent 975e8ba commit dfa2529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
run: uv python install ${{ matrix.python-version }}
4141

4242
- name: Install dependencies
43-
run: uv sync --group dev
43+
run: uv sync --all-extras --group dev
4444
shell: bash
4545

4646
- name: Run tests with coverage
4747
uses: nick-fields/retry@v3
4848
with:
4949
timeout_minutes: 2
5050
max_attempts: 3
51-
command: uv run pytest
51+
command: uv run --no-sync pytest
5252
shell: bash
5353

5454
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)