We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241d64f commit a7f23f3Copy full SHA for a7f23f3
.github/workflows/test_future.yml
@@ -67,7 +67,7 @@ jobs:
67
pip install .
68
69
- name: Specific numpy version for Ubuntu (pybullet dep)
70
- if: runner.os == 'ubuntu-latest'
+ if: runner.os == 'Linux'
71
run: pip install numpy==1.26.4
72
73
- name: Test with pytest
0 commit comments