From a234a301db480056e9c475e4c5add6ea4a513fc1 Mon Sep 17 00:00:00 2001 From: Michael Sasser Date: Tue, 8 Oct 2024 18:57:58 +0200 Subject: [PATCH] fix(ci): run `rye test` instead of `poetry run pytest` --- .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 722506dd..46a2365f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,4 +61,4 @@ jobs: - name: Test with pytest run: | . .venv/bin/activate - poetry run pytest + rye test