Skip to content

Commit 0d5d07e

Browse files
committed
Installing missing depedency
1 parent 7bd958a commit 0d5d07e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
run: .github/scripts/update-version.sh $STABLE_VERSION $UNSTABLE_VERSION
6161

6262
- name: Update contrib sha to match a branch with the same name of this
63-
run: python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
63+
run: |
64+
pip install ruamel.yaml
65+
python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
6466
6567
- name: Update the change log with the approximate release date
6668
run: |

0 commit comments

Comments
 (0)