fixing python 3.10 github action
This commit is contained in:
parent
c6013d6e52
commit
6b42114722
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user