From 90d3b1d1ecd9f91227fef14b8da94f77e3ccb0eb Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Fri, 6 Jun 2025 15:46:59 -0400 Subject: [PATCH] PYTHON-5305 - Fix Create Release Branch workflow --- .github/workflows/create-release-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index f24f94179a..72345d4a44 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -43,6 +43,8 @@ jobs: aws_region_name: ${{ vars.AWS_REGION_NAME }} aws_secret_id: ${{ secrets.AWS_SECRET_ID }} artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }} + - name: Get hatch + run: pip install hatch - uses: mongodb-labs/drivers-github-tools/create-branch@v2 id: create-branch with: