Skip to content

Commit

Permalink
Fix hanging pipeline fetching (#7837)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
DN6 authored May 2, 2024
1 parent c1b2a89 commit 3ffa7b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ env:
jobs:
setup_torch_cuda_pipeline_matrix:
name: Setup Torch Pipelines CUDA Slow Tests Matrix
runs-on: diffusers/diffusers-pytorch-cpu
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
container:
image: diffusers/diffusers-pytorch-cpu
outputs:
pipeline_test_matrix: ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
steps:
Expand Down

0 comments on commit 3ffa7b4

Please sign in to comment.