fix: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-07-29 23:15:07 +02:00
parent 86f0eecc34
commit a3c450179d

View file

@ -7,16 +7,16 @@ steps:
group: test
commands:
- pip3 install -e .[test]
- sudo -u matemat python3 -m coverage run --rcfile=setup.cfg -m unittest discover matemat
- sudo -u matemat python3 -m coverage combine
- sudo -u matemat python3 -m coverage report --rcfile=setup.cfg
- python3 -m coverage run --rcfile=setup.cfg -m unittest discover matemat
- python3 -m coverage combine
- python3 -m coverage report --rcfile=setup.cfg
codestyle:
image: python:3.11-bookworm
group: test
commands:
- pip3 install -e .[test]
- sudo -u matemat pycodestyle matemat
- pycodestyle matemat
build_wheel:
image: python:3.11-bookworm