Fix yaml syntax in pytest workflow (again)

This commit is contained in:
Rebecca Breu 2021-03-24 21:50:27 +01:00
parent 9878be23b3
commit f3aac7085a

View file

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