mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-05 03:50:57 +00:00
ci: add support for building and testing windows arm wheels
This commit is contained in:
parent
2d13370549
commit
29a57a1ca6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip
|
python -m pip install -U pip
|
||||||
pip install -r requirements.txt pytest
|
python -m pip install -r requirements.txt pytest
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue