ci/cd: remove n -4 change

This commit is contained in:
Ishaan Jaff
2025-05-13 21:21:37 -07:00
parent 6b6794a926
commit 741ea6e149
+1 -1
View File
@@ -927,7 +927,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/litellm tests/enterprise --cov=litellm --cov-report=xml -x -s -v --junitxml=test-results/junit.xml --durations=10 -n 4
python -m pytest -vv tests/litellm tests/enterprise --cov=litellm --cov-report=xml -x -s -v --junitxml=test-results/junit.xml --durations=10
no_output_timeout: 120m
- run:
name: Rename the coverage files