We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd48a9 commit d0e3c7bCopy full SHA for d0e3c7b
.github/workflows/build-deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb"
56
CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"
57
CIBW_TEST_SKIP: "*-win_amd64" # windows tests are run separately
58
- CIBW_BEFORE_BUILD_LINUX: "dnf makecache && dnf install -y libtiff-devel hdf5-devel"
+ CIBW_BEFORE_BUILD_LINUX: "yum makecache && yum install -y libtiff-devel hdf5-devel"
59
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"
60
61
steps:
0 commit comments