We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03afe commit 455efa5Copy full SHA for 455efa5
3 files changed
.github/actions/install_requirements/action.yml
@@ -25,7 +25,7 @@ runs:
25
cache-dependency-glob: "uv.lock"
26
27
- name: Install dependencies
28
- run: uv sync
+ run: uv sync --extra dev
29
shell: bash
30
31
- name: Report what was installed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
if: needs.check.outputs.branch-pr == ''
14
uses: ./.github/workflows/_tox.yml
15
with:
16
- tox: precommit,type-check
+ tox: pre-commit
17
18
test:
19
needs: check
0 commit comments