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 d62ca4d commit 0bea6c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:
- name: Specific numpy version for Ubuntu (pybullet dep)
if: runner.os == "ubuntu-latest"
run: |
pip install numpy=1.26.4
run: pip install numpy==1.26.4

- name: Test with pytest
run: |
Expand Down

0 comments on commit 0bea6c9

Please sign in to comment.