Skip to content

Commit e544dca

Browse files
committed
CI: add back euclid tutorials to testing
1 parent 657538f commit e544dca

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@
5656

5757
if 'CI' in os.environ:
5858
# Both NEOWISE parquet notebooks work with large data that doesn't work within CircleCI or GHA resource limits
59-
# Some Euclid notebooks are also hitting limits on both platforms
6059
nb_execution_excludepatterns += ['neowise-source-table-strategies.md',
61-
'neowise-source-table-lightcurves.md',
62-
'1_Euclid_intro_MER_images.md', '5_Euclid_intro_SPE_catalog.md']
60+
'neowise-source-table-lightcurves.md',]
6361

6462
if platform.platform().startswith("mac") or platform.platform().startswith("win"):
6563
# The way the notebooks use the multiprocessing module is known to not work on non-Linux

ignore_gha_testing

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
22
tutorials/parquet-catalog-demos/neowise-source-table-strategies
3-
tutorials/euclid_access/1_Euclid_intro_MER_images
4-
tutorials/euclid_access/5_Euclid_intro_SPE_catalog

0 commit comments

Comments
 (0)