Skip to content

Commit

Permalink
update pip to pip3?
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 29, 2023
1 parent 4f63826 commit ee64cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee64cdf

Please sign in to comment.