File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 tests :
2020 # Do not run the test matrix on PRs affecting the rendering
21- if : ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering') }}
21+ if : ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing ') }}
2222
2323 name : ${{ matrix.os }} ${{ matrix.name }}
2424 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 5757 # The way the notebooks use the multiprocessing module is known to not work on non-Linux
5858 nb_execution_excludepatterns += ['Parallelize_Convolution.md' , 'neowise-source-table-lightcurves.md' ]
5959
60+ # Euclid data is not yet available publicly
61+ nb_execution_excludepatterns += ['*Euclid*' , '*euclid*' ]
62+
63+ exclude_patterns += ['tutorials/*/*[Ee]uclid*' ]
64+
6065# -- Options for HTML output -------------------------------------------------
6166
6267# The theme to use for HTML and HTML Help pages. See the documentation for
Original file line number Diff line number Diff line change 11tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
22tutorials/parquet-catalog-demos/neowise-source-table-strategies
3- tutorials/euclid_access
3+ euclid
You can’t perform that action at this time.
0 commit comments