Skip to content

Commit

Permalink
Setup python3.10 in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jan 7, 2024
1 parent 4ea2634 commit d849313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Venv
run: |
Expand Down

0 comments on commit d849313

Please sign in to comment.