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 7434fc6 commit 7371f33Copy full SHA for 7371f33
.circleci/config.yml
@@ -5,7 +5,8 @@ references:
5
run:
6
name: Install Poetry
7
command: |
8
- curl -sSL https://install.python-poetry.org | python3 -
+ # Need to use version < 1.2.0 in order to support Python 3.6
9
+ curl -sSL https://install.python-poetry.org | python3 - --version 1.1.15
10
restore-dependencies-cache: &restore-dependencies-cache
11
restore_cache:
12
keys:
0 commit comments