mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +00:00
Update build-python-packages.yml to check git version
This commit is contained in:
7
.github/workflows/build-python-packages.yml
vendored
7
.github/workflows/build-python-packages.yml
vendored
@@ -70,10 +70,11 @@ jobs:
|
|||||||
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
|
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout submodules
|
- name: Check git version
|
||||||
shell: pwsh
|
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git --version
|
||||||
|
which pwsh
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user