fixing python 3.10 github action

main
Fabien C. Y. Benureau 2 years ago
parent c6013d6e52
commit 6b42114722
No known key found for this signature in database
GPG Key ID: CE56629494581522

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [3.6, 3.10]
python-version: ['3.6', '3.10']
runs-on: ${{ matrix.os }}
steps:
@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.10]
python-version: ['3.10']
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save