Skip to content

Commit

Permalink
ci: debug powershell variable substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 7, 2022
1 parent 40eb0af commit 326877b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/poetry-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: Add Poetry to PATH on Windows
if: matrix.os == 'windows-latest'
run: |
echo "%USERPROFILE%\AppData\Roaming\Python\Scripts"
set USERPROFILE
echo "%USERPROFILE%\AppData\Roaming\Python\Scripts" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Get-Content -Path $env:GITHUB_PATH
shell: powershell
Expand Down

0 comments on commit 326877b

Please sign in to comment.