From b36c77f14dbd59d6afcec3154274b231f450f272 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Feb 2025 02:19:30 -0500 Subject: [PATCH] Fix incorrect placement and package name --- .github/workflows/release-build-windows-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build-windows-test.yaml b/.github/workflows/release-build-windows-test.yaml index 33a9721..3d00fee 100644 --- a/.github/workflows/release-build-windows-test.yaml +++ b/.github/workflows/release-build-windows-test.yaml @@ -47,7 +47,6 @@ jobs: - name: "Prepare repository" run: |- - python -m pip install --upgrade git ./checkout.py ${{ inputs.version || 'master' }} - name: "Run builder for ${{ matrix.arch }}" @@ -122,6 +121,7 @@ jobs: - name: "Prepare repository" run: |- + python -m pip install --upgrade gitpython python checkout.py ${{ inputs.version || 'master' }} - name: "Fetch artifact from previous stage"