Skip to content

Commit 9e2804f

Browse files
Update pr_test_peft_backend.yml to use 1 process for testing (#6613)
1 parent 9112028 commit 9e2804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test_peft_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run fast PyTorch LoRA CPU tests with PEFT backend
6161
run: |
62-
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
62+
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
6363
-s -v \
6464
--make-reports=tests_${{ matrix.config.report }} \
6565
tests/lora/test_lora_layers_peft.py

0 commit comments

Comments
 (0)