diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e64d35c..d59c2b5 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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" diff --git a/test.md b/test.md deleted file mode 100644 index e69de29..0000000