Skip to content

Commit

Permalink
Fix Python CI/CD (robotology#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored and flferretti committed Dec 23, 2024
1 parent 0001620 commit 37d5241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_ENVIRONMENT_LINUX: AUDITWHEEL_PLAT=manylinux_2_28_x86_64
CIBW_BEFORE_BUILD_LINUX: |
# workaround for https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux &&\
dnf update -y &&\
dnf install -y eigen3-devel libxml2-devel
CIBW_TEST_COMMAND: "python -c 'import idyntree.bindings'"
Expand Down

0 comments on commit 37d5241

Please sign in to comment.