Skip to content

Commit abd52c4

Browse files
committed
set rootdir of pytest
1 parent 4fde3c7 commit abd52c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
7474
- name: Pytest
7575
run: |
76-
pytest -vs -n auto pydra --doctest-modules --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
76+
pytest -vs -n auto pydra --doctest-modules --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --rootdir pydra
7777
- name: Upload coverage to Codecov
7878
uses: codecov/codecov-action@v2
7979
with:

0 commit comments

Comments
 (0)