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:
18
18
jobs :
19
19
tests :
20
20
# 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 ') }}
22
22
23
23
name : ${{ matrix.os }} ${{ matrix.name }}
24
24
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 57
57
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
58
58
nb_execution_excludepatterns += ['Parallelize_Convolution.md' , 'neowise-source-table-lightcurves.md' ]
59
59
60
+ # Euclid data is not yet available publicly
61
+ nb_execution_excludepatterns += ['*Euclid*' , '*euclid*' ]
62
+
63
+ exclude_patterns += ['tutorials/*/*[Ee]uclid*' ]
64
+
60
65
# -- Options for HTML output -------------------------------------------------
61
66
62
67
# The theme to use for HTML and HTML Help pages. See the documentation for
Original file line number Diff line number Diff line change 1
1
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
2
2
tutorials/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