ci: wheel added to pytest workflow

This commit is contained in:
Fabian Joswig 2021-12-10 14:15:40 +00:00
parent 1a5c3c8c29
commit 9056d369d3

View file

@ -29,6 +29,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
pip install wheel
pip install .
pip install pytest
pip install pytest-cov