We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e26fb6 commit 9452be1Copy full SHA for 9452be1
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
name: Install python dependencies
44
command: |
45
./poetry-binary config virtualenvs.in-project true
46
- ./poetry-binary install
+ ./poetry-binary install --extras "dev"
47
- save_cache:
48
key: << pipeline.parameters.cache-prefix >>-{{ arch }}-{{ checksum "poetry.lock" }}
49
paths:
0 commit comments