Skip to content

Commit 48a10a9

Browse files
committed
ci: Test against robotpy 2027.0.0a2
1 parent 4b6cfff commit 48a10a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ${{ matrix.python_version }}
3838
- name: Install deps
3939
run: |
40-
pip install 'robotpy[commands2,romi]<2026.0.0,>=2025.0.0b3' numpy pytest
40+
pip install 'robotpy[commands2,romi]<2028,>=2027.0.0a2' numpy pytest
4141
- name: Run tests
4242
run: bash run_tests.sh
4343
shell: bash

0 commit comments

Comments
 (0)