mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-08-04 11:31:21 +02:00
[Fix] Re-impose --Werror for python 3.14 runs after new autograd release
This commit is contained in:
parent
2bd3c1d311
commit
a7aa2e8cb7
1 changed files with 1 additions and 6 deletions
7
.github/workflows/pytest.yml
vendored
7
.github/workflows/pytest.yml
vendored
|
|
@ -42,10 +42,5 @@ jobs:
|
|||
uv pip install pytest pytest-cov pytest-benchmark hypothesis --system
|
||||
uv pip freeze --system
|
||||
|
||||
- name: Run tests with -Werror
|
||||
if: matrix.python-version != '3.14'
|
||||
- name: Run tests
|
||||
run: pytest --cov=pyerrors -vv -Werror
|
||||
|
||||
- name: Run tests without -Werror for python 3.14
|
||||
if: matrix.python-version == '3.14'
|
||||
run: pytest --cov=pyerrors -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue