Fix need for quoted 3.10 string

This commit is contained in:
Micah Jerome Ellison 2022-10-08 13:17:54 -07:00
parent 2552599b35
commit 1890c65b2d
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
python-version: [ 3.10 ] python-version: [ '3.10' ]
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
steps: steps:

View file

@ -68,7 +68,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.10 python-version: '3.10'
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3