Skip to content

Commit 593b704

Browse files
committed
limit runner to ubuntu-latest python3.8
1 parent e242249 commit 593b704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notebook_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest]
16-
python-version: [3.6, 3.7, 3.8]
15+
os: [ubuntu-latest]
16+
python-version: [3.8]
1717
env:
1818
OS: ${{ matrix.os }}
1919
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)