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 111a629 commit 7434fc6Copy full SHA for 7434fc6
.circleci/config.yml
@@ -5,7 +5,7 @@ references:
5
run:
6
name: Install Poetry
7
command: |
8
- curl -sSL https://install.python-poetry.org/ | python3
+ curl -sSL https://install.python-poetry.org | python3 -
9
restore-dependencies-cache: &restore-dependencies-cache
10
restore_cache:
11
keys:
0 commit comments