Skip to content

Commit dc20d7d

Browse files
committed
.
1 parent 209b057 commit dc20d7d

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-
pytest tests
43+
poetry runpytest tests
4444
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)