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: |