Skip to content

Commit 9e5c8e1

Browse files
authored
Update Python dependencies before running trigger_workflow script. (#3200)
1 parent ba0e6c4 commit 9e5c8e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-cpp-sdk-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ jobs:
7171

7272
- name: Trigger firebase-cpp-sdk update
7373
run: |
74+
pip install -r scripts/gha/requirements.txt
7475
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-token.outputs.token }} -w update-dependencies.yml -p updateAndroid 1 -p updateiOS 0 -p comment "[Triggered]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID) by [firebase-android-sdk $(date '+%b %d') release]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/${{ github.sha }})." -s 10 -A

0 commit comments

Comments
 (0)