Skip to content

Commit

Permalink
CI: use Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Nov 3, 2022
1 parent eb29b5a commit d960419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/py-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
if: ${{ runner.os == 'Windows' }}
- name: Install dependencies OS X
run: |
Expand Down

0 comments on commit d960419

Please sign in to comment.