Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
megarubber authored Jan 23, 2025
1 parent 7699187 commit abd0c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install deps
run: |
pip install -U pip
pip install 'robotpy[all]<2025.0.0,>=2024.2.1.1' numpy pytest
pip install 'robotpy[all]<2026.0.0,>=2025.0.0b3' numpy pytest 'robotpy-ctre==2025.0.0'
- name: Run tests
run: bash run_tests.sh
shell: bash

0 comments on commit abd0c08

Please sign in to comment.