Skip to content

Commit 9452be1

Browse files
ci: fix CI
1 parent 0e26fb6 commit 9452be1

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
@@ -43,7 +43,7 @@ jobs:
4343
name: Install python dependencies
4444
command: |
4545
./poetry-binary config virtualenvs.in-project true
46-
./poetry-binary install
46+
./poetry-binary install --extras "dev"
4747
- save_cache:
4848
key: << pipeline.parameters.cache-prefix >>-{{ arch }}-{{ checksum "poetry.lock" }}
4949
paths:

0 commit comments

Comments
 (0)