Skip to content

Commit 87af741

Browse files
author
thenamesweretakenalready
committed
🎨 Potiential fix to config.yml
1 parent 1675b11 commit 87af741

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- run:
4343
name: Run Pytest, report coverage
4444
command: |
45-
poetry run coverage run --omit="/home/circleci/.cache/pypoetry/virtualenvs" -m pytest
46-
poetry run coveralls
45+
pytest
4746
4847
# This is the definition of another job, the one we use to publish the package to PyPI
4948
deployment:

0 commit comments

Comments
 (0)