We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc2879 commit f63c562Copy full SHA for f63c562
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
- run:
43
name: Run Pytest, report coverage
44
command: |
45
- poetry -m pytest
+ poetry run pytest
46
47
# This is the definition of another job, the one we use to publish the package to PyPI
48
deployment:
0 commit comments