Skip to content

Commit 5c97bfb

Browse files
committed
Debug
1 parent bc80758 commit 5c97bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
- name: Set up Poetry (${{ inputs.poetry-version }})
4747
shell: bash
4848
run: |
49-
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_PATH" -
49+
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
5050
sudo ln -s /usr/local/bin/poetry /home/runner/.local/bin/poetry
5151
echo "$PATH"
5252
poetry --version

0 commit comments

Comments
 (0)