diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2692e6390..6ec41e042 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -117,7 +117,7 @@ jobs: architecture: x86 include: - os: windows-2022 - architecture: arm64 + architecture: x64 python-version: '3.13' msvc_arch: amd64_arm64 @@ -177,6 +177,12 @@ jobs: architecture: '${{ matrix.architecture }}' cache: 'pip' + - name: Install ARM64 Python + if: ${{ matrix.msvc_arch }} + run: | + nuget install pythonarm64 -Version ${{ matrix.python-version }} -OutputDirectory C:\BlahPython + dir C:\BlahPython + - name: Install Python dependencies run: | python -m pip install --upgrade -r requirements.txt