bump: update versions
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m12s
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m12s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
d827ea2375
commit
ac749d63d9
5 changed files with 209 additions and 169 deletions
|
|
@ -17,10 +17,7 @@ jobs:
|
|||
- run: nix flake check
|
||||
|
||||
- name: Install the project
|
||||
run: nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"
|
||||
|
||||
- name: Check with Ruff
|
||||
run: nix develop .#impure --command bash -c "uv run ruff check"
|
||||
run: 'nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"'
|
||||
|
||||
- name: Test with PyTest
|
||||
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue