Skip to content

Commit 6764955

Browse files
authored
remove run on param
1 parent 2aea5fd commit 6764955

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/integration-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ jobs:
3535
with:
3636
test_path: "tests/integ/test_pytorch_remote_cpu.py"
3737
build_img_cmd: "make inference-pytorch-cpu"
38-
runs_on: "['ci']"
3938
pytorch-integration-local-cpu:
4039
name: Local Integration Tests - CPU
4140
uses: ./.github/workflows/integration-test-action.yaml
4241
with:
4342
test_path: "tests/integ/test_pytorch_local_cpu.py"
4443
build_img_cmd: "make inference-pytorch-cpu"
4544
test_parallelism: "1"
46-
runs_on: "['ci']"

0 commit comments

Comments
 (0)