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 e74436f commit 49344b9Copy full SHA for 49344b9
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Execute the notebooks
35
run: |
36
- nbcollection execute --timeout=600 --flatten --build-path=. -v tutorials
+ nbcollection execute --timeout=600 --flatten --build-path=. -v tutorials --exclude=conesearch # TODO: remove this exclude!
37
38
- name: Convert the notebooks to HTML
39
0 commit comments