mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-03-31 07:39:11 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
cff0b8ee1e
3 changed files with 100 additions and 19 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue