diff --git a/.github/workflows/cancel_workflows_for_pr.yaml b/.github/workflows/cancel_workflows_for_pr.yaml index 45b762488ab768..caba07bedff6fa 100644 --- a/.github/workflows/cancel_workflows_for_pr.yaml +++ b/.github/workflows/cancel_workflows_for_pr.yaml @@ -35,10 +35,11 @@ jobs: python-version: '3.12' - name: Setup pip modules we use run: | - pip install \ - click \ - coloredlogs \ - pygithub \ + pip install \ + click \ + coloredlogs \ + python-dateutil \ + pygithub \ && echo "DONE installint python prerequisites" - name: Cancel runs run: |