Skip to content

Commit 2e02fc9

Browse files
authored
Ignore mujoco-menagerie when running tests
1 parent f4db26a commit 2e02fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4343
- name: Test with pytest
4444
run: |
45-
pytest
45+
pytest --ignore=mujoco_menagerie

0 commit comments

Comments
 (0)