Skip to content

Commit d89b058

Browse files
committed
Add ROMI to installed requirements
1 parent 0411083 commit d89b058

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]<2025.0.0,>=2024.2.1.1' numpy pytest
51+
pip install 'robotpy[commands2,romi]<2025.0.0,>=2024.2.1.1' numpy pytest
5252
- name: Run tests
5353
run: bash run_tests.sh
5454
shell: bash

0 commit comments

Comments
 (0)