From 71fa63ef3c517ab1974e7abfce528983a5ba7a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 5 Feb 2025 21:49:15 -0800 Subject: [PATCH] TST: check if matrix combo is OS dependent or version dependent --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fbf66e93..5e8492c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,10 @@ jobs: python-version: "3.12" sphinx: "~=8.0" myst-parser: "~=4.0" + - os: linux-latest + python-version: "3.12" + sphinx: "~=8.0" + myst-parser: "~=4.0" # Oldest known-compatible dependencies - os: ubuntu-latest python-version: "3.9"