Skip to content

Commit 111a629

Browse files
committed
Install poetry from the new recommended source
1 parent 5f3c783 commit 111a629

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://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
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)