[ci] Temporarily remove WError because of scipy deprecation

This commit is contained in:
Fabian Joswig 2026-02-03 18:10:24 +01:00
commit 7741f8f292

View file

@ -44,7 +44,7 @@ jobs:
- name: Run tests with -Werror - name: Run tests with -Werror
if: matrix.python-version != '3.14' 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 - name: Run tests without -Werror for python 3.14
if: matrix.python-version == '3.14' if: matrix.python-version == '3.14'