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 e5f234a commit 79d6a79Copy full SHA for 79d6a79
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install deps
49
run: |
50
pip install -U pip
51
- pip install 'robotpy[commands2,romi]<2025.0.0,>=2024.2.1.1' numpy pytest
+ pip install 'robotpy[commands2,romi]<2025.0.0,>=2024.2.1.1' 'numpy<2' pytest
52
- name: Run tests
53
run: bash run_tests.sh
54
shell: bash
0 commit comments