Skip to content

Commit d62ca4d

Browse files
authored
Update test_future.yml
1 parent dd8081f commit d62ca4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_future.yml

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
pip install .
6666
cd ../robotics-toolbox-python/rtb-data
6767
pip install .
68+
69+
- name: Specific numpy version for Ubuntu (pybullet dep)
70+
if: runner.os == "ubuntu-latest"
71+
run: |
72+
pip install numpy=1.26.4
73+
6874
- name: Test with pytest
6975
run: |
7076
cd robotics-toolbox-python

0 commit comments

Comments
 (0)