Skip to content

Commit 7434fc6

Browse files
committed
Use exact invocation from poetry docs
1 parent 111a629 commit 7434fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ references:
55
run:
66
name: Install Poetry
77
command: |
8-
curl -sSL https://install.python-poetry.org/ | python3
8+
curl -sSL https://install.python-poetry.org | python3 -
99
restore-dependencies-cache: &restore-dependencies-cache
1010
restore_cache:
1111
keys:

0 commit comments

Comments
 (0)