Skip to content

Commit

Permalink
CI: Add workaround for January 2024 lxml pip failure on Ubuntu 20.03
Browse files Browse the repository at this point in the history
Fix #255
  • Loading branch information
traversaro authored Jan 9, 2024
1 parent 7ca97ca commit 1ff6e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install --assume-yes --force-yes python-lxml python-yaml python-numpy python-setuptools
# probably python on the path return a python interpreter and the find_package(PythonInterp) in CMake another,
# let's install both debian packages and pip packages to be sure
sudo pip install lxml numpy pyyaml catkin_pkg
sudo pip install lxml==4.9.4 numpy pyyaml catkin_pkg
# install urdf_parser_py and save the last commit SHA1 hash
git clone $URDF_PARSER_PY_REPOSITORY_URL
cd urdf_parser_py
Expand Down

0 comments on commit 1ff6e8c

Please sign in to comment.