Skip to content

Commit d0e3c7b

Browse files
committed
use yum
1 parent 3fd48a9 commit d0e3c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb"
5656
CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"
5757
CIBW_TEST_SKIP: "*-win_amd64" # windows tests are run separately
58-
CIBW_BEFORE_BUILD_LINUX: "dnf makecache && dnf install -y libtiff-devel hdf5-devel"
58+
CIBW_BEFORE_BUILD_LINUX: "yum makecache && yum install -y libtiff-devel hdf5-devel"
5959
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"
6060

6161
steps:

0 commit comments

Comments
 (0)