From 60a435695ef1021442ac9205ac3e17ab9a844025 Mon Sep 17 00:00:00 2001 From: mathis Date: Sat, 24 Jan 2026 20:33:20 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8d9113..8980b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install ruff pytest - name: Lint with Ruff run: | @@ -33,4 +34,4 @@ jobs: - name: Test Summary if: always() run: | - echo "Tests completed" \ No newline at end of file + echo "Tests completed"