Skip to content

Commit 241d64f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_future.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pip install .
6868
6969
- name: Specific numpy version for Ubuntu (pybullet dep)
70-
if: runner.os == "ubuntu-latest"
70+
if: runner.os == 'ubuntu-latest'
7171
run: pip install numpy==1.26.4
7272

7373
- name: Test with pytest

0 commit comments

Comments
 (0)