[CI] Fix parallelism in nightly tests (#8983) · huggingface/diffusers@bce9105 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit bce9105
[CI] Fix parallelism in nightly tests (#8983)
update
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
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 |