Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Jul 30, 2024
1 parent 457979e commit ffae598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install uxsim and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install -e .
- name: Install pytest other dependencies
run: pip install pytest pytest-xdist pytest-cov setuptools gymnasium torch osmnx deap
- name: Run examples with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uxsim and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install -e .
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools osmnx requests
- name: Run tests with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uxsim and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install -e .
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools
- name: Run verifications with pytest
Expand Down

0 comments on commit ffae598

Please sign in to comment.