From 7f20428174051bbf5ac046ecfc1ad10877fba0ea Mon Sep 17 00:00:00 2001 From: ad-daniel Date: Tue, 22 Mar 2022 14:35:40 +0100 Subject: [PATCH] test --- .github/workflows/tests_suite.yml | 46 +++++++++++++++---------------- Dockerfile | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/tests_suite.yml b/.github/workflows/tests_suite.yml index a2e65af3c5..040bf68884 100644 --- a/.github/workflows/tests_suite.yml +++ b/.github/workflows/tests_suite.yml @@ -306,29 +306,29 @@ jobs: matrix: os: [ubuntu-20.04] package: - - engine - - utils - - perception/activity_recognition - - perception/compressive_learning - - perception/face_recognition - - perception/heart_anomaly_detection - - perception/multimodal_human_centric - - perception/object_tracking_2d - - perception/pose_estimation - - perception/speech_recognition - - perception/skeleton_based_action_recognition - - perception/semantic_segmentation - - perception/object_detection_2d/centernet - - perception/object_detection_2d/detr - - perception/object_detection_2d/gem - - perception/object_detection_2d/ssd - - perception/object_detection_2d/yolov3 - - perception/object_detection_2d/retinaface - - perception/facial_expression_recognition - - perception/object_detection_3d - - control/mobile_manipulation - - simulation/human_model_generation - - control/single_demo_grasp + # - engine + # - utils + # - perception/activity_recognition + # - perception/compressive_learning + # - perception/face_recognition + # - perception/heart_anomaly_detection + # - perception/multimodal_human_centric + # - perception/object_tracking_2d + # - perception/pose_estimation + # - perception/speech_recognition + # - perception/skeleton_based_action_recognition + # - perception/semantic_segmentation + # - perception/object_detection_2d/centernet + # - perception/object_detection_2d/detr + # - perception/object_detection_2d/gem + # - perception/object_detection_2d/ssd + # - perception/object_detection_2d/yolov3 + # - perception/object_detection_2d/retinaface + # - perception/facial_expression_recognition + # - perception/object_detection_3d + # - control/mobile_manipulation + # - simulation/human_model_generation + # - control/single_demo_grasp - planning/end_to_end_planning # - perception/object_tracking_3d runs-on: ubuntu-20.04 diff --git a/Dockerfile b/Dockerfile index 8ee99caa7b..2f4d0e7d77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN chmod +x /tini ENTRYPOINT ["/tini", "--"] # Clone the repo and install the toolkit -RUN git clone --depth 1 --recurse-submodules -j8 https://github.com/opendr-eu/opendr +RUN git clone --depth 1 --recurse-submodules -j8 https://github.com/opendr-eu/opendr -b end-to-end-planning WORKDIR "/opendr" RUN ./bin/install.sh