Skip to content

Commit 040e436

Browse files
committed
Update CI-pytests.yml
1 parent 4f926c3 commit 040e436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
pip install .[test]
3434
3535
- name: Run Tests
36-
run: pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception --ignore=_version.py
36+
run: pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception --ignore='_version.py'

0 commit comments

Comments
 (0)