mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-02-28 15:53:38 +01:00
[ci] Temporarily remove WError because of scipy deprecation
This commit is contained in:
parent
9b01f8007b
commit
7741f8f292
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue