mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
Use all dev/optional dependencies in CI
This commit is contained in:
parent
7b4101eba7
commit
0b410d9f4f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uv.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: just install-dev
|
||||
run: uv sync --all-extras --all-groups
|
||||
|
||||
- name: Run formatting, lint, and type checks
|
||||
run: just check
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
uv.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: just install-dev
|
||||
run: uv sync --all-extras --all-groups
|
||||
|
||||
- name: Run test suite
|
||||
run: just test
|
||||
|
||||
2
.github/workflows/docs-pages.yml
vendored
2
.github/workflows/docs-pages.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
uv.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: just install-dev
|
||||
run: uv sync --all-extras --all-groups
|
||||
|
||||
- name: Build docs
|
||||
run: just check-docs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user