Skip to content

Commit 2660c92

Browse files
committed
ENH: Add python version matrix
1 parent 6464ea2 commit 2660c92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
checks:
1414
name: Checks
1515
runs-on: ubuntu-latest
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
python-version: ["3.7", "3.8"]
1620
steps:
1721

1822
- name: Checkout

0 commit comments

Comments
 (0)