Skip to content

Commit

Permalink
Pin version of PyYAML (ros#18283)
Browse files Browse the repository at this point in the history
[PyYAML 4.1](https://pypi.org/project/PyYAML/4.1/) was released today and it looks like there have been some API changes.
I haven't taken the time to investigate them but pinning the last 3.x version will at least let CI continue for now.
  • Loading branch information
nuclearsandwich authored and wjwwood committed Jun 27, 2018
1 parent 3c14eb6 commit 55937ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo: false
# command to install dependencies
install:
- easy_install -U pip
- pip install PyYAML argparse
- pip install PyYAML==3.12 argparse
- pip install catkin_pkg ros_buildfarm rosdistro nose coverage
- pip install yamllint
- pip install unidiff
Expand Down

0 comments on commit 55937ee

Please sign in to comment.