diff --git a/.github/workflows/ros_test.yaml b/.github/workflows/happypose_ros_build_and_test.yaml similarity index 98% rename from .github/workflows/ros_test.yaml rename to .github/workflows/happypose_ros_build_and_test.yaml index 03df515..7f46948 100644 --- a/.github/workflows/ros_test.yaml +++ b/.github/workflows/happypose_ros_build_and_test.yaml @@ -36,7 +36,7 @@ jobs: git clone --branch dev --recurse-submodules https://github.com/agimus-project/happypose.git - name: Build and install HappyPose - working-directory: /tmp/happypoes + working-directory: /tmp/happypose run: pip install ".[cpu,pypi,evaluation,multiview]" --extra-index-url https://download.pytorch.org/whl/cpu - name: Download pre-trained models required for tests