Skip to content

Commit

Permalink
Update package manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl committed Sep 14, 2024
1 parent 0cdb994 commit fe61c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
CIBW_SKIP: "{c,p}p3{6..9}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get --yes --allow-downgrades --allow-remove-essential install libatlas-base-dev
CIBW_BEFORE_ALL_LINUX: dnf install -y atlas-devel
CIBW_BEFORE_BUILD: python -m pip install -U pip && python -m pip install -r requirements.txt
CIBW_ARCHS: ${{ matrix.cibw_archs }}

Expand Down

0 comments on commit fe61c56

Please sign in to comment.