Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Jan 5, 2025
1 parent 5ba5427 commit 0a4692a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
architecture: x86
include:
- os: windows-2022
architecture: arm64
architecture: x64
python-version: '3.13'
msvc_arch: amd64_arm64

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a4692a

Please sign in to comment.