diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7184e0010..a99604c0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Install pip dependencies run: | cd $GITHUB_WORKSPACE/catkin_ws/src/mil - pip install -r requirements.txt + pip3 install -r requirements.txt # We want to run a full test suite in CI - this includes the BlueView # tests! - name: Install BlueView Sonar SDK