Skip to content

Commit 751711a

Browse files
committed
Merge branch 'main' into feature/#494-create-check-of-built-packages
2 parents 2b22282 + 378e5f5 commit 751711a

File tree

30 files changed

+1366
-72
lines changed

30 files changed

+1366
-72
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
poetry.lock linguist-generated=true
22
exasol/toolbox/version.py linguist-generated=true
33
doc/changes/changelog.md linguist-generated=true
4+
.github/actions/python-environment/ext/get_poetry.py linguist-generated=true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: Set up Poetry (${{ inputs.poetry-version }})
4646
shell: bash
4747
run: |
48-
wget --tries=10 --waitretry 10 --retry-connrefused --https-only -O - https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
48+
POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" "${{ github.action_path }}/ext/get_poetry.py"
4949
echo "$HOME/.local/bin" >> $GITHUB_PATH
5050
env:
5151
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)