Skip to content

Commit f63c562

Browse files
authored
Update config.yml
1 parent 4fc2879 commit f63c562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run:
4343
name: Run Pytest, report coverage
4444
command: |
45-
poetry -m pytest
45+
poetry run pytest
4646
4747
# This is the definition of another job, the one we use to publish the package to PyPI
4848
deployment:

0 commit comments

Comments
 (0)