From f2882883addb4f50076e6e7ac8210d2a9100e9a0 Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:08:11 -0500 Subject: [PATCH] fix github action --- .github/workflows/all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 4ac062d..b1e85d1 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -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: