Skip to content

Commit baae030

Browse files
committed
Add --all-extras
1 parent cff8dfd commit baae030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: 0.7.2
1616

1717
- name: Install dependencies
18-
run: uv sync --frozen --python 3.10
18+
run: uv sync --frozen --all-extras --python 3.10
1919

2020
- uses: pre-commit/action@v3.0.0
2121
with:
@@ -40,7 +40,7 @@ jobs:
4040
version: 0.7.2
4141

4242
- name: Install the project
43-
run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
43+
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }}
4444

4545
- name: Run pytest
4646
run: uv run --no-sync pytest

0 commit comments

Comments
 (0)