Skip to content

Commit bb0ce86

Browse files
committed
Add python3.7 test back, based on review comment
Signed-off-by: Yong Tang <[email protected]>
1 parent 7cd4d2e commit bb0ce86

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: macos-latest
180180
strategy:
181181
matrix:
182-
python: ['3.8']
182+
python: ['3.7', '3.8']
183183
steps:
184184
- uses: actions/checkout@v2
185185
- uses: docker-practice/actions-setup-docker@v1
@@ -275,8 +275,13 @@ jobs:
275275
runs-on: ${{ matrix.os }}
276276
strategy:
277277
matrix:
278-
os: [ubuntu-20.04]
279-
python: ['3.8']
278+
os: [ubuntu-18.04, ubuntu-20.04]
279+
python: ['3.7', '3.8']
280+
exclude:
281+
- os: ubuntu-18.04
282+
python: '3.8'
283+
- os: ubuntu-20.04
284+
python: '3.7'
280285
steps:
281286
- uses: actions/checkout@v2
282287
- uses: actions/download-artifact@v1
@@ -370,7 +375,7 @@ jobs:
370375
runs-on: windows-latest
371376
strategy:
372377
matrix:
373-
python: ['3.8']
378+
python: ['3.7', '3.8']
374379
steps:
375380
- uses: actions/checkout@v2
376381
- uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)