build: extract version number in setup.py from version.py

This commit is contained in:
Fabian Joswig 2022-06-14 11:59:46 +01:00
parent 5c47188931
commit 0d02e4d4b9
3 changed files with 9 additions and 1 deletions

View file

@ -40,6 +40,7 @@ jobs:
pip install pytest
pip install pytest-cov
pip install pytest-benchmark
pip freeze
- name: Run tests
run: pytest --cov=pyerrors -vv