Skip to content

Commit

Permalink
Clear pytest cache
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed May 10, 2024
1 parent fb29678 commit da56030
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
poetry env use ${{ matrix.python-version }}
poetry install
- name: Clear pytest cache
run: rm -rf .pytest_cache

- name: Running provider tests
run: poetry run python -m pytest -k "not netease" --durations=0 -vv -s --log-cli-level=DEBUG tests.py

0 comments on commit da56030

Please sign in to comment.