We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc20d7d commit 40aa836Copy full SHA for 40aa836
.github/workflows/build.yaml
@@ -40,5 +40,5 @@ jobs:
40
flake8 autotm --count --select=E9,F63,F7,F82 --show-source --statistics
41
- name: Run test code
42
run: |
43
- poetry runpytest tests
+ poetry run pytest tests
44
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments