Quote python version to avoid 3.10 being detected as 3.1.

This commit is contained in:
auouymous 2022-07-31 02:04:07 -06:00
parent d4ea4fc088
commit ef0cb1a3dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ['3.10']
steps:
- uses: actions/checkout@v2