Skip to content

Commit bcd463f

Browse files
committed
Update CI-pytests.yml
1 parent e60842a commit bcd463f

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 --cov-conf=.coveragerc --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
36+
run: pytest --cov-config=.coveragerc --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

0 commit comments

Comments
 (0)