Skip to content

Commit 7b0664e

Browse files
committed
Add python setup.py install before pytest
1 parent b5b582b commit 7b0664e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install pytest mock pytest-cov
22-
pytest --cov=./ --cov-report=xml
2322
python setup.py install
23+
pytest --cov=./ --cov-report=xml
2424
- name: Run Tests
2525
run: python -m pytest -v
2626
- name: upload coverage to Codecov

0 commit comments

Comments
 (0)