Skip to content

Commit d03d49f

Browse files
committed
CI: use ros-one-catkin-virtualenv
1 parent 161d218 commit d03d49f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,6 @@ jobs:
280280
# setup workspace
281281
mkdir -p ~/ws/src
282282
cd ~/ws/src
283-
if [[ "${{ matrix.ROS_ONE_VARIANT }}" == "techfak" ]]; then
284-
# TODO: remove these lines and uncomment https://github.com/ubi-agni/ros-builder-action/blob/191fab06004ad5784c28cf2ba2b18f6d163a860d/ros-one.repos#L1089
285-
git clone https://github.com/locusrobotics/catkin_virtualenv.git
286-
fi
287283
ln -sf $GITHUB_WORKSPACE .
288284
rosdep install -qq -r -y --from-path . --ignore-src || echo "OK"
289285
# check all system packages are able to install, because ROS-O build deb files that needs all packages

0 commit comments

Comments
 (0)