Skip to content

Commit

Permalink
Update test-functions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Apr 30, 2024
1 parent 04a5307 commit 172e727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 6 * * 1'

jobs:
verify-module:
test-functions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,6 +21,6 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures pytest-xdist setuptools
run: pip install pytest pytest-rerunfailures pytest-xdist setuptools osmnx requests
- name: Run tests with pytest
run: pytest -n auto tests/test_other_functions.py --durations=0 -v

0 comments on commit 172e727

Please sign in to comment.