Skip to content

Commit a7f23f3

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

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 == 'Linux'
7171
run: pip install numpy==1.26.4
7272

7373
- name: Test with pytest

0 commit comments

Comments
 (0)