Skip to content

Commit

Permalink
Pin elementpath for doc-independent job (#201)
Browse files Browse the repository at this point in the history
Workaround for ros-infrastructure/rep#304.

Once we upgrade to a Python version >= 3.6, we should be able to unpin.

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored Feb 17, 2021
1 parent 1bf6fb9 commit d6b740e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc-independent-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install_apt_packages:
- python3-yaml
install_pip_packages:
- catkin-sphinx
- elementpath==2.1.3 # pinned because newer version needs python >= 3.6: https://github.com/ros-infrastructure/rep/issues/304
- sphinx
- xmlschema==1.2.5
jenkins_job_priority: 80
Expand Down

0 comments on commit d6b740e

Please sign in to comment.