Skip to content

Commit 5af9515

Browse files
authored
fix: errors running the test (#904)
* fix: errors running the test * Update test.yml
1 parent f704e0c commit 5af9515

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@ jobs:
2222
build:
2323
runs-on: ${{ matrix.platform }}
2424
strategy:
25-
fail-fast: true
25+
fail-fast: false
2626
matrix:
2727
platform: [ubuntu-latest, macos-latest, windows-latest]
28-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
28+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
2929
exclude:
30-
- platform: ubuntu-latest
31-
python-version: 3.6
3230
- platform: macos-latest
3331
python-version: 3.11
34-
- platform: windows-latest
35-
python-version: 3.6
32+
- platform: macos-latest
33+
python-version: 3.7
3634
- platform: windows-latest
3735
python-version: 3.11
3836

0 commit comments

Comments
 (0)