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