mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
[ci] Deactivate -Werror option in pytest workflow to fix python 3.14
runner
This commit is contained in:
parent
6f458d4104
commit
e48e276ac3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -43,4 +43,4 @@ jobs:
|
|||
uv pip freeze --system
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --cov=pyerrors -vv -Werror
|
||||
run: pytest --cov=pyerrors -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue