Skip to content

Commit 2656309

Browse files
committed
Debug
1 parent 05f1500 commit 2656309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ runs:
4545
- name: Set up Poetry (${{ inputs.poetry-version }})
4646
shell: bash
4747
run: |
48-
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
48+
wget --https-only -O /tmp/install_poetry.py https://install.python-poetry.org
49+
POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" /tmp/install_poetry.py
4950
echo "$HOME/.local/bin" >> $GITHUB_PATH
5051
env:
5152
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)