Skip to content

Commit 286c223

Browse files
committed
Fix CI when building env
1 parent 6d03afe commit 286c223

File tree

3 files changed

+1346
-2
lines changed

3 files changed

+1346
-2
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
cache-dependency-glob: "uv.lock"
2626

2727
- name: Install dependencies
28-
run: uv sync
28+
run: uv sync --extra dev
2929
shell: bash
3030

3131
- name: Report what was installed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: needs.check.outputs.branch-pr == ''
1414
uses: ./.github/workflows/_tox.yml
1515
with:
16-
tox: precommit,type-check
16+
tox: pre-commit,type-check
1717

1818
test:
1919
needs: check

0 commit comments

Comments
 (0)