Skip to content

Commit 1450404

Browse files
committed
Debug
1 parent f82850f commit 1450404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ runs:
4040

4141
- name: Ensure curl
4242
shell: bash
43-
run: sudo apt update && sudo apt install -y curl
43+
run: sudo apt update && sudo apt install -y wget
4444

4545
- name: Set up Poetry (${{ inputs.poetry-version }})
4646
shell: bash
4747
run: |
48-
wget --https-only -O - https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
48+
wget --tries=10 --retry-delay 10 --retry-connrefused --https-only -O - https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
4949
echo "$HOME/.local/bin" >> $GITHUB_PATH
5050
env:
5151
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)