fix github action
This commit is contained in:
parent
5af8eed1e3
commit
f2882883ad
1 changed files with 6 additions and 0 deletions
6
.github/workflows/all.yml
vendored
6
.github/workflows/all.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
CIBW_TEST_COMMAND: "rm -rf vita/*.so* && cd {project}/tests && python -m pytest -v ."
|
||||
CIBW_ARCHS: auto64
|
||||
CIBW_ARCHS_LINUX: auto64 aarch64 # On an Linux Intel runner with qemu installed, build Intel and ARM wheels
|
||||
CIBW_TEST_SKIP: "*313*"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -95,6 +96,7 @@ jobs:
|
|||
CIBW_ARCHS: auto64
|
||||
CIBW_ARCHS_MACOS: ${{matrix.ARCHS}}
|
||||
CIBW_ENVIRONMENT_MACOS: ARCHS="${{matrix.ARCHS}}"
|
||||
CIBW_TEST_SKIP: "*313*"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -123,6 +125,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install typing_extensions
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
|
||||
|
|
@ -153,6 +158,7 @@ jobs:
|
|||
CIBW_TEST_COMMAND: "cd /D {project}\\tests && python -m pytest -v ."
|
||||
CIBW_ARCHS: auto64
|
||||
CIBW_BUILD: ${{matrix.CIBW-BUILD}}
|
||||
CIBW_TEST_SKIP: "*313*"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue