mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Fix PATH handling in WSL workflow
This commit is contained in:
3
.github/workflows/py-unit-tests-wsl.yml
vendored
3
.github/workflows/py-unit-tests-wsl.yml
vendored
@@ -53,7 +53,8 @@ jobs:
|
||||
python3 -m pipx install poetry
|
||||
|
||||
# Add local bin to PATH
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
echo "PATH=$PATH" >> $GITHUB_ENV
|
||||
|
||||
- name: Install Python dependencies using Poetry
|
||||
shell: wsl-bash {0}
|
||||
|
||||
Reference in New Issue
Block a user