Skip to content

Commit 266ac3f

Browse files
authored
ci: Meta Llama - reduce parallelism to avoid rate limits (#2839)
1 parent 60fef46 commit 266ac3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/meta_llama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
3535
python-version: ["3.10", "3.13"]
36-
max-parallel: 3 # to avoid rate limiting
36+
max-parallel: 2 # to avoid rate limiting
3737

3838
steps:
3939
- name: Support longpaths

0 commit comments

Comments
 (0)