Update build-python-packages.yml added path

This commit is contained in:
priya-kinthali
2024-06-14 12:39:08 +05:30
committed by GitHub
parent d23614881d
commit 2c36fe8085

View File

@@ -81,6 +81,10 @@ jobs:
shell: cmd
run: |
choco install powershell-core -y
- name: Add PowerShell to PATH
shell: powershell
run: |
echo "C:\Program Files\PowerShell\7" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Check git version
run: |
git --version