Skip to content

Commit

Permalink
ci: Pin numpy to 1.x for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jan 3, 2025
1 parent e5f234a commit 79d6a79
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 @@ -48,7 +48,7 @@ jobs:
- name: Install deps
run: |
pip install -U pip
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
- name: Run tests
run: bash run_tests.sh
shell: bash

0 comments on commit 79d6a79

Please sign in to comment.