From ecf64b341d588ac6fe8bfeb3f106c0085a57c966 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Wed, 4 Sep 2024 11:10:12 +0200 Subject: [PATCH] install system dependencies for cibw tests --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d4caca248..aa1efbb775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,6 +187,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} # Install test dependencies + CIBW_BEFORE_TEST_LINUX: yum install -y mesa-libEGL mesa-libGL libxkbcommon-x11 libxkbcommon xcb-util-image xcb-util-keysyms libXrandr xcb-util-renderutil libXcursor libxcb CIBW_TEST_EXTRAS: "full,test" CIBW_TEST_COMMAND: python -c "import silx.test, sys; sys.exit(silx.test.run_tests(verbosity=3))" # Skip tests for emulated architectures and arm64 macos