We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc12a3d commit f6e3a98Copy full SHA for f6e3a98
.github/workflows/ci.yml
@@ -48,3 +48,4 @@ jobs:
48
source /opt/ros/${{ matrix.ros }}/setup.bash
49
printenv | sort
50
pip3 freeze
51
+ python3 -c "from ament_package.templates import get_environment_hook_template_path;print('done')"
0 commit comments