Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
Add rtree-linux to action
  • Loading branch information
danieljfarrell authored Sep 9, 2020
1 parent de41ef0 commit 57d7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy meshcat anytree trimesh[easy]
pip install numpy meshcat anytree rtree-linux trimesh[easy]
- name: Test with pytest
run: |
pip install pytest pytest-benchmark
Expand Down

0 comments on commit 57d7e79

Please sign in to comment.