We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd8853 commit 09ef0b1Copy full SHA for 09ef0b1
.github/workflows/python-package.yml
@@ -43,4 +43,4 @@ jobs:
43
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
- name: Test with pytest
45
run: |
46
- pytest pywhyllm/tests/
+ poetry run poe test
0 commit comments