We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d44ec commit 6b37d45Copy full SHA for 6b37d45
1 file changed
.github/workflows/python-package.yml
@@ -24,9 +24,6 @@ jobs:
24
- name: Setup poetry
25
uses: abatilo/actions-poetry@v2.0.0
26
27
- - name: View poetry --help
28
- run: poetry --help
29
-
30
- name: Test with pytest
31
- run: poetry run pytest -n 2
+ run: poetry run pytest . -n 2
32
0 commit comments