tmp3
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:
Konstantin Fickel 2025-10-12 10:34:09 +02:00
parent 3944a01c26
commit 94920f66a2
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -17,7 +17,7 @@ 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"'
- name: Check with Ruff
run: 'nix develop .#impure --command bash -c "uv run ruff"'