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