Skip to content

Commit

Permalink
Fix python version to latest 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Serrat authored and Marc Serrat committed Jan 13, 2022
1 parent d55d383 commit aae74a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -41,10 +41,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.10.0
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10.0'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit aae74a2

Please sign in to comment.