Skip to content

Commit 0bea6c9

Browse files
authored
Update test_future.yml
1 parent d62ca4d commit 0bea6c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_future.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
6969
- name: Specific numpy version for Ubuntu (pybullet dep)
7070
if: runner.os == "ubuntu-latest"
71-
run: |
72-
pip install numpy=1.26.4
71+
run: pip install numpy==1.26.4
7372

7473
- name: Test with pytest
7574
run: |

0 commit comments

Comments
 (0)