Skip to content

Commit

Permalink
Fix the slack-notifier job (#31070)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Nov 14, 2024
1 parent 56bbe4b commit 3e3d2d2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ notify-slack:
needs: ["internal_kubernetes_deploy_experimental"]
script:
- export SDM_JWT=$(vault read -field=token identity/oidc/token/sdm)
# Python 3.12 changes default behavior how packages are installed.
# In particular, --break-system-packages command line option is
# required to use the old behavior or use a virtual env. https://github.com/actions/runner-images/issues/8615
- python3 -m pip install -r tasks/requirements.txt --break-system-packages
- python3 -m pip install -r tasks/requirements.txt
- inv pipeline.changelog ${CI_COMMIT_SHORT_SHA} || exit $?

0 comments on commit 3e3d2d2

Please sign in to comment.