Skip to content

Commit 4a3bbb2

Browse files
committed
reduce parallelism
1 parent c3d2400 commit 4a3bbb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
test_path: "tests/integ/test_pytorch_local_gpu.py"
2424
build_img_cmd: "make inference-pytorch-gpu"
25+
test_parallelism: "1"
2526
pytorch-integration-remote-gpu:
2627
name: Remote Integration Tests - GPU
2728
uses: ./.github/workflows/integration-test-action.yaml
@@ -41,4 +42,5 @@ jobs:
4142
with:
4243
test_path: "tests/integ/test_pytorch_local_cpu.py"
4344
build_img_cmd: "make inference-pytorch-cpu"
45+
test_parallelism: "1"
4446
runs_on: "['ci']"

0 commit comments

Comments
 (0)