Skip to content

Commit

Permalink
Install robotpy commands_v2 for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre committed Apr 10, 2024
1 parent ce6ce3e commit 8c1a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install python dependencies
run: |
pip install -U pip
pip install 'robotpy' phoenix6
pip install robotpy robotpy_commands_v2 phoenix6
- name: Test ${{ matrix.project-name }}
run: |
cd "python/${{ matrix.project-name }}" && python3 -m robotpy test

0 comments on commit 8c1a78e

Please sign in to comment.