We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87af741 commit 4fc2879Copy full SHA for 4fc2879
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
- run:
43
name: Run Pytest, report coverage
44
command: |
45
- pytest
+ poetry -m 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