Fix requirements installation in pytest workflow

This commit is contained in:
Rebecca Breu 2021-03-24 21:40:05 +01:00
parent 8826b173c1
commit d8b71dd55a

View file

@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Run Unittests with pytest
run: |