Skip to content

Commit 40aa836

Browse files
committed
.
1 parent dc20d7d commit 40aa836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
flake8 autotm --count --select=E9,F63,F7,F82 --show-source --statistics
4141
- name: Run test code
4242
run: |
43-
poetry runpytest tests
43+
poetry run pytest tests
4444
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)