Skip to content

Commit 2f2c896

Browse files
authored
Update pythonpackage.yml
1 parent 779b666 commit 2f2c896

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ jobs:
5454
pip install -r .github/dev_requirements.txt
5555
- name: Run coverage
5656
run: |
57-
pip install .
57+
pip install -e .
5858
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
5959
coverage report
60-
cat .coverage
6160
- name: upload coverage to Codecov
6261
uses: codecov/codecov-action@master
6362
with:

0 commit comments

Comments
 (0)