Skip to content

Commit 9d5a899

Browse files
committed
Debug
1 parent 2656309 commit 9d5a899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ runs:
4545
- name: Set up Poetry (${{ inputs.poetry-version }})
4646
shell: bash
4747
run: |
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
48+
wget --https-only -O - https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" /tmp/install_poetry.py
5049
echo "$HOME/.local/bin" >> $GITHUB_PATH
5150
env:
5251
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)