We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfcb7b commit 3c61fb9Copy full SHA for 3c61fb9
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
max-parallel: 12
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.7, 3.8]
21
22
steps:
23
- uses: actions/checkout@v1
@@ -32,4 +32,4 @@ jobs:
32
- name: Test with nbval
33
run: |
34
pip install pytest
35
- pytest --nbval-lax --nbval-cell-timeout=1200 notebooks/
+ pytest --nbval-lax --nbval-cell-timeout=12000 notebooks/
0 commit comments