Skip to content

Commit 2cd18a7

Browse files
committed
fix ci
1 parent a7a5ef1 commit 2cd18a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version-file: ".python-version"
4343

4444
- name: Install project
45-
run: uv sync --locked --all-extras --group lint
45+
run: uv sync --locked --all-extras --dev
4646

4747
- name: Run lint
4848
run: uv run ruff check
@@ -65,7 +65,7 @@ jobs:
6565
python-version-file: ".python-version"
6666

6767
- name: Install project
68-
run: uv sync --locked --all-extras --group types
68+
run: uv sync --locked --all-extras --dev
6969

7070
- name: Run types
7171
run: uv run mypy src/ test/

0 commit comments

Comments
 (0)