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

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-10-12 10:25:13 +02:00
parent 131dfab875
commit 6a009e496a
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -17,10 +17,12 @@ jobs:
- run: nix flake check
- name: Install the project
run: nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"
run: uv sync --locked --all-extras --dev
shell: nix develop .#impure --command bash -c
- name: Check with Ruff
run: nix develop .#impure --command bash -c "uv run ruff check"
run: uv run ruff check
shell: nix develop .#impure --command bash -c
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"