diff --git a/.github/workflows/automatic-release.yaml b/.github/workflows/automatic-release.yaml index fbfc2b3f656..d048d23dd09 100644 --- a/.github/workflows/automatic-release.yaml +++ b/.github/workflows/automatic-release.yaml @@ -65,6 +65,13 @@ jobs: needs: create-releases steps: - uses: actions/checkout@v3 + - uses: actions/setup-python@v2 + with: + python-version: '3.9' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r automation/requirements.txt -r dev-requirements.txt && pip install -e . - name: Generate release notes id: release-notes run: |