From eef86e3ddb06c59460548ccbd5ca930462146a88 Mon Sep 17 00:00:00 2001 From: Sven Steinbauer Date: Fri, 18 Oct 2024 22:00:40 +0100 Subject: [PATCH] Missed a rye command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7603f0..dfe3f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: uv run pytest tests - name: Lint - run: rye run ruff check src tests + run: ruv run ruff check src tests - name: Format run: uv run ruff format --check src tests