tmpx
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:49:59 +02:00
parent b6fc399f27
commit 558ceaa4a4
Signed by: kfickel
GPG key ID: A793722F9933C1A5

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