Skip to content

Commit d9d8906

Browse files
committed
test: add coverage checks for multiple Python vs
1 parent 999e6cc commit d9d8906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [ubuntu-latest, windows-latest]
37+
python-version: ["3.8","3.10"]
3738
runs-on: ${{ matrix.os }}
3839

3940
steps:
4041
- uses: actions/checkout@v3
4142
- uses: actions/setup-python@v4
4243
with:
43-
python-version: "3.10"
44+
python-version: ${{ matrix.python-version }}
4445

4546
- name: Coverage report
4647
run: |

0 commit comments

Comments
 (0)