From 7741f8f2922fc8d9127f25845e88d1cd27bf168d Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 3 Feb 2026 18:10:24 +0100 Subject: [PATCH] [ci] Temporarily remove WError because of scipy deprecation --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1889b290..f10d816d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -44,7 +44,7 @@ jobs: - name: Run tests with -Werror if: matrix.python-version != '3.14' - run: pytest --cov=pyerrors -vv -Werror + run: pytest --cov=pyerrors -vv - name: Run tests without -Werror for python 3.14 if: matrix.python-version == '3.14'