Skip to content

Commit ad9880a

Browse files
committed
use catkin-tools==0.9.4 to avoid
2025-04-04T07:09:17.8633328Z File /usr/local/lib/python3.10/dist-packages/catkin_tools/verbs/catkin_build/build.py, line 302, in build_isolated_workspace 2025-04-04T07:09:17.8634459Z workspace_packages = find_packages(context.source_space_abs, exclude_subspaces=True, warnings=[]) 2025-04-04T07:09:17.8635425Z File /usr/local/lib/python3.10/dist-packages/catkin_tools/common.py, line 534, in find_packages 2025-04-04T07:09:17.8636476Z return _find_packages(*args, ignore_markers={'CATKIN_IGNORE'}, **kwargs) 2025-04-04T07:09:17.8637194Z TypeError: find_packages() got an unexpected keyword argument 'ignore_markers'
1 parent 78b17ae commit ad9880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
# setup catkin tools
280280
apt install -qq -y python3-pip
281281
if [[ "${{ matrix.ROS_ONE_VARIANT }}" == "v4hn" ]]; then
282-
pip3 install catkin-tools
282+
pip3 install catkin-tools==0.9.4
283283
apt install -qq -y catkin
284284
fi
285285
if [[ "${{ matrix.ROS_ONE_VARIANT }}" == "techfak" ]]; then

0 commit comments

Comments
 (0)