xxxx
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 39s

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-10-12 10:54:45 +02:00
parent 558ceaa4a4
commit 78f5eec82d
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ jobs:
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 sync --locked --all-extras --dev; uv run ruff --version"'
run: 'nix develop .#impure --command bash -c "uv --with ruff ruff check"'
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"

View file