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 Feb 6, 2022
1 parent 89a95db commit 98d6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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 "%APPDATA%\Python\Scripts\poetry" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Add Poetry to PATH
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit 98d6be4

Please sign in to comment.