Skip to content

Commit da40bc2

Browse files
fix: pytest
1 parent 6b84a35 commit da40bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: poetry install
2424

2525
- name: Run Tests
26-
run: pytest tests
26+
run: poetry run pytest tests
2727

2828
- name: Build Wheels
2929
run: poetry build

0 commit comments

Comments
 (0)