Fix PATH handling in WSL workflow

This commit is contained in:
openhands
2024-11-12 04:23:01 +00:00
parent 3bb8139042
commit e6e6659624

View File

@@ -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}