We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6cfff commit 48a10a9Copy full SHA for 48a10a9
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: ${{ matrix.python_version }}
38
- name: Install deps
39
run: |
40
- pip install 'robotpy[commands2,romi]<2026.0.0,>=2025.0.0b3' numpy pytest
+ pip install 'robotpy[commands2,romi]<2028,>=2027.0.0a2' numpy pytest
41
- name: Run tests
42
run: bash run_tests.sh
43
shell: bash
0 commit comments