[CI] Fix parallelism in nightly tests (#8983) · huggingface/diffusers@bce9105 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit bce9105
[CI] Fix parallelism in nightly tests (#8983)
update
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -111,8 +111,8 @@ jobs: | ||
111 | 111 | run: |
112 | 112 | shell: bash |
113 | 113 | strategy: |
114 | +max-parallel: 2 | |
114 | 115 | matrix: |
115 | -max-parallel: 2 | |
116 | 116 | module: [models, schedulers, lora, others, single_file, examples] |
117 | 117 | steps: |
118 | 118 | - name: Checkout diffusers |