Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms committed Dec 19, 2024
1 parent 62619ec commit 8f124f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
validate:
runs-on: ubuntu-latest
env:
PYTHON_VER: 3.7
PYTHON_VER: 3.12
steps:
- uses: actions/checkout@v2
- name: Check Microsoft URLs do not pin localized versions
Expand All @@ -27,7 +27,7 @@ jobs:
exit 1
fi
- name: Set up Python ${{ env.PYTHON_VER }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VER }}
- name: Install dependencies
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/website-v1-15.yml

This file was deleted.

0 comments on commit 8f124f0

Please sign in to comment.