Skip to content

Commit

Permalink
Try to fix problems with ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Oct 25, 2023
1 parent 4f2de77 commit 765b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
conda config --show channels | grep defaults && conda config --remove channels defaults
conda info
conda config --show
mamba install -y pip rospkg networkx "catkin_pkg>=0.4.16" "ruamel.yaml>=0.16.6" "rosdistro>=0.8.0" "empy>=3.3.4"
mamba install -y pip rospkg networkx "catkin_pkg>=0.4.16" "ruamel.yaml>=0.16.6,<0.18" "rosdistro>=0.8.0" "empy>=3.3.4"
mamba install -y boa --only-deps
- name: install vinca and boa main
shell: bash -l {0}
Expand Down

0 comments on commit 765b1b4

Please sign in to comment.