ci: add support for building and testing windows arm wheels

This commit is contained in:
MS-GITS 2025-09-25 16:12:55 +05:30 committed by GitHub
parent 2d13370549
commit 29a57a1ca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,8 +33,8 @@ jobs:
- name: Prepare
shell: bash
run: |
pip install -U pip
pip install -r requirements.txt pytest
python -m pip install -U pip
python -m pip install -r requirements.txt pytest
- name: Build
shell: bash