From 26b03a8bd0958292ace4dd87153eb3bdb2e47433 Mon Sep 17 00:00:00 2001 From: m-r-g-t Date: Mon, 28 Aug 2023 22:07:28 +0100 Subject: [PATCH] ci: update poetry source --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cd7e140..311faae 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -21,7 +21,7 @@ jobs: - name: Bootstrap poetry shell: bash run: | - curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py \ + curl -sSL https://install.python-poetry.org \ | python - -y - name: Update PATH