Skip to content

Commit

Permalink
Try to re-enable irrlicht on idyntree pypi wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 12, 2023
1 parent 01fc60b commit 1b7bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
CIBW_ENVIRONMENT_LINUX: AUDITWHEEL_PLAT=manylinux_2_28_x86_64
CIBW_BEFORE_BUILD_LINUX: |
dnf update -y &&\
dnf install -y eigen3-devel libxml2-devel
dnf install -y eigen3-devel libxml2-devel irrlicht-dev
CIBW_TEST_COMMAND: "python -c 'import idyntree.bindings'"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1b7bc7f

Please sign in to comment.