We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fail-fast: false
1 parent 39437a3 commit 90146fdCopy full SHA for 90146fd
.github/workflows/test.yml
@@ -25,8 +25,6 @@ jobs:
25
- os: macos-latest
26
python-version: '3.7'
27
28
- fail-fast: false
29
-
30
runs-on: ${{ matrix.os }}
31
32
defaults:
@@ -56,9 +54,10 @@ jobs:
56
54
57
55
strategy:
58
matrix:
59
- os: [ubuntu-latest, macos-latest, windows-latest]
60
61
+ os:
+ - ubuntu-latest
+ - macos-latest
+ - windows-latest
62
63
64
@@ -124,8 +123,6 @@ jobs:
124
123
125
126
127
128
129
130
131
0 commit comments