mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix yaml syntax in pytest workflow (again)
This commit is contained in:
parent
9878be23b3
commit
f3aac7085a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue