From 172e7279d521dbe7bb6db8dc1a3c44a6cf9d8701 Mon Sep 17 00:00:00 2001 From: Toru Seo <34780089+toruseo@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:36:39 +0900 Subject: [PATCH] Update test-functions.yml --- .github/workflows/test-functions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-functions.yml b/.github/workflows/test-functions.yml index da959d3..67d555c 100644 --- a/.github/workflows/test-functions.yml +++ b/.github/workflows/test-functions.yml @@ -8,7 +8,7 @@ on: - cron: '0 6 * * 1' jobs: - verify-module: + test-functions: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -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