Skip to content

Commit 0f6647b

Browse files
authored
PYTHON-5305 - Fix Create Release Branch workflow (#2361)
1 parent 536b1cb commit 0f6647b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4444
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4545
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
46+
- name: Get hatch
47+
run: pip install hatch
4648
- uses: mongodb-labs/drivers-github-tools/create-branch@v2
4749
id: create-branch
4850
with:

0 commit comments

Comments
 (0)