From 9b8f55674d5913bf3a829099e53255647fd229ab Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Fri, 19 Jul 2024 22:45:10 -0700 Subject: [PATCH] clean --- .github/workflows/wheels.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1a7feaba..57ef0fa3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -31,18 +31,15 @@ jobs: CIBW_BEFORE_BUILD_MACOS: "bash {project}/scripts/macos_dependencies.sh" CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28" CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28" - CIBW_TEST_COMMAND: "pip install -r {project}/requirements.txt && pytest {package}" - CIBW_TEST_SKIP: "*-macosx_arm64" MACOSX_DEPLOYMENT_TARGET: "14.0" - - uses: actions/setup-python@v5 if: ${{ matrix.platform.arch != 'aarch64' }} with: python-version: ${{ matrix.python.py }} - name: Installing the wheel - if: ${{ matrix.platform.arch }} != 'aarch64' + if: ${{ matrix.platform.arch != 'aarch64' }} run: | pip install --break-system-packages ./wheelhouse/*.whl