Skip to content

Commit

Permalink
ci: Add explicit Poetry location for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 7, 2022
1 parent 89a95db commit 27bd353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/poetry-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Add Poetry to PATH on Windows
if: matrix.os == 'windows-latest'
run: |
echo "%APPDATA%\Python\Scripts" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "%USERPROFILE%\.poetry\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
shell: powershell
- name: Add Poetry to PATH
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit 27bd353

Please sign in to comment.