We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4db26a commit 2e02fc9Copy full SHA for 2e02fc9
.github/workflows/python-package.yml
@@ -42,4 +42,4 @@ jobs:
42
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
43
- name: Test with pytest
44
run: |
45
- pytest
+ pytest --ignore=mujoco_menagerie
0 commit comments