We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bea6c9 commit 241d64fCopy full SHA for 241d64f
.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 == 'ubuntu-latest'
71
run: pip install numpy==1.26.4
72
73
- name: Test with pytest
0 commit comments