Skip to content

Commit fe61c56

Browse files
committed
Update package manager.
1 parent 0cdb994 commit fe61c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
CIBW_SKIP: "{c,p}p3{6..9}-*"
111111
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
112112
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
113-
CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get --yes --allow-downgrades --allow-remove-essential install libatlas-base-dev
113+
CIBW_BEFORE_ALL_LINUX: dnf install -y atlas-devel
114114
CIBW_BEFORE_BUILD: python -m pip install -U pip && python -m pip install -r requirements.txt
115115
CIBW_ARCHS: ${{ matrix.cibw_archs }}
116116

0 commit comments

Comments
 (0)