Skip to content

Commit 90c3238

Browse files
committed
added poetry run infront of pytest command to run it inside poetry virtualenv
1 parent 166c09c commit 90c3238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
poetry run isort --check-only in2lambda docs
2929
poetry run pydocstyle --convention=google in2lambda
3030
- name: pytest
31-
run: pytest --cov-report=xml:coverage.xml --cov=in2lambda --doctest-modules in2lambda
31+
run: poetry run pytest --cov-report=xml:coverage.xml --cov=in2lambda --doctest-modules in2lambda
3232
- name: Upload coverage to Codecov
3333
uses: codecov/codecov-action@v3
3434
with:

0 commit comments

Comments
 (0)