Skip to content

Commit 9b722e0

Browse files
committed
Debug
1 parent 8e3e4a8 commit 9b722e0

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
@@ -47,7 +47,7 @@ runs:
4747
shell: bash
4848
run: |
4949
curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50-
run: echo "~/.local/bin" >> $GITHUB_PATH
50+
echo "~/.local/bin" >> $GITHUB_PATH
5151
5252
5353
- name: Poetry install with extras

0 commit comments

Comments
 (0)