Skip to content

Commit

Permalink
update run-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 19, 2024
1 parent 6f182a2 commit cc744b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 tests/test_examples.py --durations=0
run: pytest tests/test_demos_and_examples.py --durations=0
2 changes: 1 addition & 1 deletion tests/test_demos_and_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

# Directory containing example scripts
examples_dir = '../demos_and_examples'
examples_dir = 'demos_and_examples'
# Ignore list
nontest_files = [
"example_14en_multiple_signals_Deep_Reinforcement_Learning_pytorch.py" #takes too much time. DQN can be tested by example_12en_* as well.
Expand Down

0 comments on commit cc744b2

Please sign in to comment.