Skip to content

Commit 3ffa7b4

Browse files
authored
Fix hanging pipeline fetching (#7837)
update
1 parent c1b2a89 commit 3ffa7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ env:
2121
jobs:
2222
setup_torch_cuda_pipeline_matrix:
2323
name: Setup Torch Pipelines CUDA Slow Tests Matrix
24-
runs-on: diffusers/diffusers-pytorch-cpu
24+
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
25+
container:
26+
image: diffusers/diffusers-pytorch-cpu
2527
outputs:
2628
pipeline_test_matrix: ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
2729
steps:

0 commit comments

Comments
 (0)