Update ci.yml
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 38s
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 38s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
131dfab875
commit
27e8a3abba
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ jobs:
|
|||
- run: nix flake check
|
||||
|
||||
- name: Install the project
|
||||
run: nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"
|
||||
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 run"'
|
||||
|
||||
- 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