Skip to content

Commit

Permalink
tests restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 19, 2024
1 parent f701c45 commit 64bd115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install pytest other dependencies
run: pip install pytest setuptools gymnasium torch osmnx
- name: Run examples with pytest
run: pytest demos_and_examples/test_examples.py --durations=0
run: pytest tests/test_examples.py --durations=0
File renamed without changes.

0 comments on commit 64bd115

Please sign in to comment.