Skip to content

Commit

Permalink
Update test_future.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl committed Jul 29, 2024
1 parent dd8081f commit d62ca4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
pip install .
cd ../robotics-toolbox-python/rtb-data
pip install .
- name: Specific numpy version for Ubuntu (pybullet dep)
if: runner.os == "ubuntu-latest"
run: |
pip install numpy=1.26.4
- name: Test with pytest
run: |
cd robotics-toolbox-python
Expand Down

0 comments on commit d62ca4d

Please sign in to comment.