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 27288c8 commit e735a21Copy full SHA for e735a21
.circleci/config.yml
@@ -6,6 +6,10 @@ jobs:
6
- image: circleci/python:3.5.5
7
steps:
8
- checkout
9
+ - run:
10
+ name: Install Poetry
11
+ command: |
12
+ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
13
- restore_cache:
14
keys:
15
- deps-{{ checksum "poetry.lock" }}
0 commit comments