From ccce81089d790bcf646dbdba041154ceff726def Mon Sep 17 00:00:00 2001 From: Christian Schmidbauer Date: Thu, 8 Jan 2026 19:16:39 +0100 Subject: [PATCH] ci: install pytest version from pyproject.toml --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd3d481..8d62bef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . - pip install pytest + python -m pip install .[test] - name: Test with pytest run: | pytest