Skip to content

Commit 6662b60

Browse files
committed
Version 0.17.0 release
1 parent 433e5cc commit 6662b60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
continue-on-error: ${{ matrix.allow-failure }}
1718
strategy:
1819
matrix:
19-
python-version: ['3.7', '3.8', '3.9', '3.10']
20+
python-version: [3.7, 3.8, 3.9]
21+
allow-failure: [false]
22+
include:
23+
- python-version: 3.10.0-rc.2
24+
allow-failure: true
2025

2126
steps:
2227
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)