Fix yaml syntax in pytest workflow

This commit is contained in:
Rebecca Breu 2021-03-24 21:42:25 +01:00
parent d8b71dd55a
commit 9878be23b3

View file

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