Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
Remove pytest-benchmark because it could not install
  • Loading branch information
danieljfarrell authored Sep 9, 2020
1 parent 734d3c4 commit 4730148
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 @@ -34,5 +34,5 @@ jobs:
pip install numpy meshcat anytree trimesh[easy]
- name: Test with pytest
run: |
pip install pytest pytest-benchmark
pip install pytest
pytest tests

0 comments on commit 4730148

Please sign in to comment.