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 487774f commit 0f67d56Copy full SHA for 0f67d56
.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 --ignore=mujoco_menagerie
+ pytest --ignore=tests/mujoco_menagerie
0 commit comments