Skip to content

Commit

Permalink
specify python-version for setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Oct 20, 2022
1 parent 023f7aa commit 17d4c49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'

- name: Installing Linux Dependencies
if: ${{ runner.os == 'Linux' && !env['TEST_X86'] }}
Expand Down

0 comments on commit 17d4c49

Please sign in to comment.