Skip to content

Commit c6b0653

Browse files
committed
Adapted ignore path and fixed action.yml
1 parent 385d943 commit c6b0653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-
POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" ./.github/actions/python-environment/ext/get_poetry.py
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 }}"

noxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Config:
5050
"metrics-schema",
5151
"project-template",
5252
"idioms",
53-
".github/actions/python-environment/ext",
53+
".github",
5454
)
5555
python_versions: Iterable[str] = ("3.9", "3.10", "3.11", "3.12", "3.13")
5656
exasol_versions: Iterable[str] = ("7.1.9",)

0 commit comments

Comments
 (0)