From 6e352027bbfff6e62e7818e0b624b87be1685c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Wed, 23 Aug 2023 16:31:23 +0200 Subject: [PATCH] Fix CI --- .github/workflows/cibuildwheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index 2ed9c81..bf09c96 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -68,7 +68,7 @@ jobs: env: CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*' CIBW_BEFORE_TEST: python -m pip install --upgrade pip && python -m pip install -r requirements-test.txt - CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py + CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py {project}/examples/teapot.ppm CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS_MACOS: "arm64" @@ -81,7 +81,7 @@ jobs: CIBW_SKIP: '*-manylinux*_i686 *-musllinux_* ${{ env.CIBW_SKIP}}' CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BEFORE_TEST: python -m pip install --upgrade pip && python -m pip install -r requirements-test.txt - CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py + CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py {project}/examples/teapot.ppm CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS_MACOS: "x86_64"