Skip to content

Commit e735a21

Browse files
committed
Install Poetry at system level
This is the recommended way of installing it
1 parent 27288c8 commit e735a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
- image: circleci/python:3.5.5
77
steps:
88
- checkout
9+
- run:
10+
name: Install Poetry
11+
command: |
12+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
913
- restore_cache:
1014
keys:
1115
- deps-{{ checksum "poetry.lock" }}

0 commit comments

Comments
 (0)