ci: pytest workflow fixed.

This commit is contained in:
Fabian Joswig 2022-10-31 15:42:50 +01:00
parent e413bcefbc
commit 5a7a69d37f
No known key found for this signature in database

View file

@ -40,6 +40,7 @@ jobs:
pip install pytest
pip install pytest-cov
pip install pytest-benchmark
pip install py
pip freeze
- name: Run tests