Skip to content

Commit

Permalink
change libhdf5-dev -> libhdf5-serial-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljonsson committed Nov 6, 2023
1 parent 073ad8d commit 32a2b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb"
CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"
CIBW_TEST_SKIP: "*-win_amd64" # windows tests are run separately
CIBW_BEFORE_BUILD_LINUX: "apt-get update && apt-get install -y libtiff-dev libhdf5-dev"
CIBW_BEFORE_BUILD_LINUX: "apt-get update && apt-get install -y libtiff-dev libhdf5-serial-dev"
CIBW_ENVIRONMENT_MACOS: CPPFLAGS="-I/usr/local/opt/llvm/include" LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" CXX="/usr/local/opt/llvm/bin/clang++" CC="/usr/local/opt/llvm/bin/clang"

steps:
Expand Down

0 comments on commit 32a2b52

Please sign in to comment.