Skip to content

Commit

Permalink
fix(ci): Add "Set up Python 3.10" step
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 17, 2025
1 parent b9b63de commit bf80495
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ jobs:
}' \
"${{ env.UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install Poetry with pip
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bf80495

Please sign in to comment.