From a0fec73fda72c83f8d63592fa1e927cb47215fa4 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Sat, 31 Jan 2026 23:22:04 -0500 Subject: [PATCH] CI: install pytest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88c9053..2aa9f9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y p7zip-full transmission-cli - name: Install uv - run: python -m pip install --upgrade pip uv + run: python -m pip install --upgrade pip uv pytest - name: Run tests env: