From e4f2c9eebdad1ccfd7dcd8e42bc8c2084579f5ac Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Mon, 29 Jul 2024 10:19:59 -0400 Subject: [PATCH] fix: requirements job (#295) --- .github/workflows/upgrade-python-requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 9672e1a7..404c41f1 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -15,6 +15,7 @@ jobs: uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: branch: ${{ github.event.inputs.branch || 'main' }} + python_version: "3.8" # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" # team_reviewers: ""