Commit 84fa984
committed
fix(ci): Add python-dateutil dependency to stale-bot workflow
The stale-bot workflow failed with ModuleNotFoundError because adk_stale_agent imports python-dateutil but the runner environment did not have it installed. Added python-dateutil to the pip install step.
Change-Id: I1002c8eb7bb8fe2f9e106e85c3b5a7f990fe1c621 parent 55cbc8c commit 84fa984
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments