Skip to content

Commit a6f8682

Browse files
authored
Update test_future.yml
1 parent d954ee2 commit a6f8682

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_future.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ jobs:
88
unittest:
99

1010
runs-on: ${{ matrix.os }}
11+
12+
continue-on-error: true
13+
1114
strategy:
1215
matrix:
1316
os: [windows-latest, ubuntu-latest, macos-12]
14-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
17+
python-version: [3.9, '3.10', '3.11', '3.12']
1518

1619
steps:
1720
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)