Skip to content

Commit

Permalink
Use Python 3.10 in diff_report job (#12847)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Apr 24, 2024
1 parent 3e34931 commit 2b4fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_diff_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'

- name: Install Prerequisites
run: ~/api_diff_report/prerequisite.sh
Expand Down

0 comments on commit 2b4fe5e

Please sign in to comment.