Skip to content

Commit

Permalink
add pyhon-lxml due to ros/rosdistro#31570
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 23, 2021
1 parent a727ff8 commit fcdd7ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/indigo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Run jsk_travis
uses: jsk-ros-pkg/jsk_travis@master
with:
EXTRA_DEB : "python-lxml"
ROS_DISTRO : indigo
ROS_PARALLEL_TEST_JOBS: "-j8"
# latest catkin_virtualenv with pip==21.0.1 is incompatible with python 2.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kinetic-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Run jsk_travis
uses: jsk-ros-pkg/jsk_travis@master
with:
EXTRA_DEB : "python-lxml"
ROS_DISTRO : kinetic
ROS_PARALLEL_TEST_JOBS : "-j8"
ROSDEP_ADDITIONAL_OPTIONS : "-n -q -r --ignore-src --skip-keys=python-google-cloud-texttospeech-pip --skip-keys=python-dialogflow-pip" # Skip installation of grpcio by pip because it causes error
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kinetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- name: Run jsk_travis
uses: jsk-ros-pkg/jsk_travis@master
with:
EXTRA_DEB : "python-lxml"
ROS_DISTRO : kinetic
ROS_PARALLEL_TEST_JOBS: "-j8"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- USE_TRAVIS=true
- USE_DOCKER=true
- ROS_PARALLEL_TEST_JOBS="-j8"
- EXTRA_DEB="python-lxml" # add python-lxml due to https://github.com/ros/rosdistro/pull/31570
- GIT_SSL_NO_VERIFY=1 # http://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c
matrix:
- CHECK_PYTHON2_COMPILE=true
Expand Down

0 comments on commit fcdd7ce

Please sign in to comment.