Skip to content

Commit

Permalink
use same version of Python (#12461)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Dec 29, 2022
1 parent 1d221f3 commit da4eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: [3.9]
python: ['3.10']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit da4eb4d

Please sign in to comment.