We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209b057 commit dc20d7dCopy full SHA for dc20d7d
.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
- pytest tests
+ poetry runpytest tests
44
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments