Update build-python-packages.yml add path

This commit is contained in:
priya-kinthali
2024-06-14 12:14:16 +05:30
committed by GitHub
parent 2cdf3ee87d
commit 4605ddf7b1

View File

@@ -70,8 +70,10 @@ jobs:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Check git version
- name: Add PowerShell to PATH
run: |
echo "C:\Program Files\PowerShell\7" >> $GITHUB_PATH
- name: Check git version
run: |
git --version
which pwsh