Skip to content

Commit

Permalink
Update test_future.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl authored Jul 29, 2024
1 parent 0bea6c9 commit 241d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pip install .
- name: Specific numpy version for Ubuntu (pybullet dep)
if: runner.os == "ubuntu-latest"
if: runner.os == 'ubuntu-latest'
run: pip install numpy==1.26.4

- name: Test with pytest
Expand Down

0 comments on commit 241d64f

Please sign in to comment.