We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6464ea2 commit 2660c92Copy full SHA for 2660c92
1 file changed
.github/workflows/azure-pipelines.yml
@@ -13,6 +13,10 @@ jobs:
13
checks:
14
name: Checks
15
runs-on: ubuntu-latest
16
+ strategy:
17
+ fail-fast: false
18
+ matrix:
19
+ python-version: ["3.7", "3.8"]
20
steps:
21
22
- name: Checkout
0 commit comments