Skip to content

Commit 4fc2879

Browse files
authored
🎨 Update config.yml
1 parent 87af741 commit 4fc2879

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-
pytest
45+
poetry -m 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)