Commit 37c7e28
authored
ci(python-deps): update transformers version constraints in tox (#36506)
* ci(python-deps): update transformers version constraints and test command
Add python version-specific constraints for transformers package to avoid union type syntax issues. Also include transformers version check in test command for debugging purposes.
* ci(workflow): increase timeout for python dependency tests
The previous timeout of 180 minutes was insufficient for some test runs, so it was doubled to 360 minutes to prevent premature job termination1 parent 673309b commit 37c7e28
3 files changed
Lines changed: 6 additions & 2 deletions
File tree
- .github
- trigger_files
- workflows
- sdks/python
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
560 | 563 | | |
561 | 564 | | |
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
565 | 568 | | |
| 569 | + | |
566 | 570 | | |
567 | 571 | | |
568 | 572 | | |
| |||
0 commit comments