Skip to content

Commit 5293ede

Browse files
committed
fix pytest
1 parent afdbb19 commit 5293ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Install dependencies
3535
run: poetry install --with=dev
3636
- name: Run pytest
37-
run: pytest
37+
run: poetry run pytest

0 commit comments

Comments
 (0)