From 40f2efa56426a11db2ce6c1bc0c774eee1379df0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 30 Apr 2025 16:46:02 +0300 Subject: [PATCH] chore(ci): install deps --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 0912983..91cf46b 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -23,7 +23,7 @@ jobs: shell: bash run: | python -m pip install --upgrade pip - pip install pytest pytest-cov ruff + pip install -r requirements.txt - name: Run Ruff linting shell: bash