From c27f3c7897a9247fdde7b69067f317c0f174cfac Mon Sep 17 00:00:00 2001 From: Aaron Ray Date: Fri, 21 Feb 2025 21:57:52 +0000 Subject: [PATCH] ci debugging --- .github/workflows/ci-action-ros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-action-ros.yaml b/.github/workflows/ci-action-ros.yaml index 0946b7f..33d860a 100644 --- a/.github/workflows/ci-action-ros.yaml +++ b/.github/workflows/ci-action-ros.yaml @@ -27,7 +27,7 @@ jobs: - name: Dependencies run: sudo apt install -y libeigen3-dev pkg-config - name: Install Ouroboros - run: cd ${{ github.workspace }}/catkin_ws/src/ouroboros_repo && pwd && pip install . + run: pwd && ls && cd ${{ github.workspace }}/catkin_ws/src/ouroboros_repo && pwd && pip install . - name: Install ROS packages with rosdep run: |