Skip to content

Commit ccd7c7d

Browse files
committed
IMPROVEMENT: if not installed the tests are not found
1 parent a0f3674 commit ccd7c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip setuptools wheel
1919
python -m pip install pymavlink pytest pytest-cov coverage mock
20+
pip install -U .
2021
2122
- name: Run tests and collect coverage
2223
run: pytest --cov MethodicConfigurator

0 commit comments

Comments
 (0)