From 5029c1cf9dc4aa9608966b3b7641582360c78de5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 28 Feb 2024 21:45:07 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bb17ce..fe14e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,4 @@ jobs: resolve-robotics-uri-py package://ergoCub/robots/ergoCubSN000/model.urdf resolve-robotics-uri-py package://moveit_resources_panda_description/urdf/panda.urdf ! resolve-robotics-uri-py package://this/file/does/not/exist - # Check that schema-less absolute paths are found (we use `which git`) to get an arbitrary executable absolute path - resolve-robotics-uri-py `which git` - ! resolve-robotics-uri-py /this/is/not/an/existing/absolute/path -