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