Skip to content

Commit

Permalink
fix: Possible location of Poetry without script name
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 7, 2022
1 parent caa28db commit 6dc54b9
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 "%USERPROFILE%\AppData\Roaming\Python\scripts\poetry" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "%USERPROFILE%\AppData\Roaming\Python\Scripts | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
shell: powershell
- name: Add Poetry to PATH
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 6dc54b9

Please sign in to comment.