Skip to content

Commit 3c61fb9

Browse files
author
Mridul Seth
authored
increase nbval timeout
1 parent 3dfcb7b commit 3c61fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 12
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: [3.6, 3.7, 3.8]
20+
python-version: [3.7, 3.8]
2121

2222
steps:
2323
- uses: actions/checkout@v1
@@ -32,4 +32,4 @@ jobs:
3232
- name: Test with nbval
3333
run: |
3434
pip install pytest
35-
pytest --nbval-lax --nbval-cell-timeout=1200 notebooks/
35+
pytest --nbval-lax --nbval-cell-timeout=12000 notebooks/

0 commit comments

Comments
 (0)