Update build-python-packages.yml to check git version

This commit is contained in:
priya-kinthali
2024-06-14 12:08:54 +05:30
committed by GitHub
parent 29399f642a
commit 2cdf3ee87d

View File

@@ -70,10 +70,11 @@ jobs:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Checkout submodules
shell: pwsh
- name: Check git version
run: |
git submodule update --init --recursive
git --version
which pwsh
- name: Check out repository code
uses: actions/checkout@v4
with: