We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508b547 commit d508896Copy full SHA for d508896
.circleci/config.yml
@@ -18,6 +18,7 @@ jobs:
18
- run:
19
name: Install Dependencies
20
command: |
21
+ pip install --upgrade pip
22
pip install poetry --user --upgrade
23
poetry config virtualenvs.in-project true
24
poetry install
0 commit comments