Skip to content

Commit 0f67d56

Browse files
authored
Fix pytest ignore
1 parent 487774f commit 0f67d56

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 --ignore=mujoco_menagerie
45+
pytest --ignore=tests/mujoco_menagerie

0 commit comments

Comments
 (0)