"docs/source/vscode:/vscode.git/clone" did not exist on "aa6c542aabd4cabc6533a0bee2aa7f85766e43ec"
Unverified Commit bce9105a authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[CI] Fix parallelism in nightly tests (#8983)

update
parent 2afb2e0a
...@@ -111,8 +111,8 @@ jobs: ...@@ -111,8 +111,8 @@ jobs:
run: run:
shell: bash shell: bash
strategy: strategy:
matrix:
max-parallel: 2 max-parallel: 2
matrix:
module: [models, schedulers, lora, others, single_file, examples] module: [models, schedulers, lora, others, single_file, examples]
steps: steps:
- name: Checkout diffusers - name: Checkout diffusers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment