Skip to content

Commit 9e52bd1

Browse files
committed
Fixed path in action.yml
1 parent f9a8353 commit 9e52bd1

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
@@ -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/actions/python-environment/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)