Skip to content

Commit

Permalink
install system dependencies for cibw tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 4, 2024
1 parent 3568ec0 commit ecf64b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecf64b3

Please sign in to comment.