Skip to content

Commit 907caa6

Browse files
Fix dependency requirement for CI cancel (#36041)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 55a6c6b commit 907caa6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/cancel_workflows_for_pr.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
python-version: '3.12'
3636
- name: Setup pip modules we use
3737
run: |
38-
pip install \
39-
click \
40-
coloredlogs \
41-
pygithub \
38+
pip install \
39+
click \
40+
coloredlogs \
41+
python-dateutil \
42+
pygithub \
4243
&& echo "DONE installint python prerequisites"
4344
- name: Cancel runs
4445
run: |

0 commit comments

Comments
 (0)