Skip to content

Commit 5f17fca

Browse files
authored
test: try to avoid rate limits for Meta Llama (#2745)
* test: try to avoid rate limits for Meta Llama * increase limit
1 parent 156a0b7 commit 5f17fca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/meta_llama.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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
3637

3738
steps:
3839
- name: Support longpaths

0 commit comments

Comments
 (0)