Skip to content

Commit 588fc5d

Browse files
committed
Install extras
1 parent e15d7df commit 588fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
- name: Install dependencies
5252
run: |
53-
uv sync --frozen
53+
uv sync --frozen --all-extras
5454
uv run maturin build --out dist
5555
- name: mypy check
5656
run: just mypy
@@ -73,7 +73,7 @@ jobs:
7373
python-version: ${{ matrix.python-version }}
7474
- name: Install dependencies
7575
run: |
76-
uv sync --frozen
76+
uv sync --frozen --all-extras
7777
uv run maturin build --out dist
7878
- name: Run tests
7979
run: uv run pytest --cov=prelude_parser --cov-report=xml

0 commit comments

Comments
 (0)