Skip to content

Commit 6d92faf

Browse files
committed
✏️ remove PATH from action
1 parent f5cca7d commit 6d92faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
run: |
2424
curl -sSL https://install.python-poetry.org | python3 -
25-
echo "export PATH=\"$HOME/.local/bin:$PATH\"" >> $GITHUB_ENV
25+
echo "$HOME/.local/bin" >> $GITHUB_PATH # correct way to persist PATH
2626
2727
- name: Install dependencies
2828
run: poetry install --no-interaction --no-ansi

0 commit comments

Comments
 (0)