Skip to content

Commit 211f6cf

Browse files
committed
Circle conf
1 parent 46c888a commit 211f6cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
executor: python
3232
steps:
3333
- checkout
34-
- python/install-packages:
35-
pkg-manager: poetry
3634
- run:
3735
command: |
3836
poetry run pytest
@@ -51,5 +49,6 @@ jobs:
5149
workflows:
5250
main:
5351
jobs:
54-
- pytest
52+
- build
53+
- pytest: {requires: [build]}
5554
- linting

0 commit comments

Comments
 (0)