Skip to content

Commit 79d6a79

Browse files
authored
ci: Pin numpy to 1.x for 2024
1 parent e5f234a commit 79d6a79

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install deps
4949
run: |
5050
pip install -U pip
51-
pip install 'robotpy[commands2,romi]<2025.0.0,>=2024.2.1.1' numpy pytest
51+
pip install 'robotpy[commands2,romi]<2025.0.0,>=2024.2.1.1' 'numpy<2' pytest
5252
- name: Run tests
5353
run: bash run_tests.sh
5454
shell: bash

0 commit comments

Comments
 (0)