Skip to content

Commit 67046d7

Browse files
committed
[main] use poetry in circleci
1 parent 12f17b5 commit 67046d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,13 @@ jobs:
4040
- run:
4141
name: Run Pytest, report coverage
4242
command: |
43-
poetry run coverage run --omit="/home/circleci/.cache/pypoetry/virtualenvs" -m pytest
43+
poetry run coverage run --omit="/home/circleci/.cache/pypoetry/virtualenvs" -m pytest
44+
45+
# In the workflows section, we specify when we want to run the jobs defined
46+
workflows:
47+
version: 2
48+
49+
# The build-and-test we will run EVERYTIME a piece of code changes
50+
build-and-test-workflow:
51+
jobs:
52+
- build-and-test

0 commit comments

Comments
 (0)