Skip to content

Commit

Permalink
TMP: cannot CI execute LC generator notebook while it relies on the p…
Browse files Browse the repository at this point in the history
…rivate S3 bucket
  • Loading branch information
bsipocz committed Aug 27, 2024
1 parent ce02af2 commit 690b8b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@

# Myst-NB configuration
nb_execution_timeout = 900
nb_execution_excludepatterns = []

# Don't execute the forced photometry notebook until we base the CI on
# the actual fornax image instead of the fresh installs
# (aka tractor install pain).
nb_execution_excludepatterns = ['multiband_photometry.md']
nb_execution_excludepatterns += ['multiband_photometry.md',]

# We use the non-public IRSA bucket for ZTF data, cannot execute the generator
# notebook until https://github.com/nasa-fornax/fornax-demo-notebooks/issues/311 is addressed
nb_execution_excludepatterns += ['light_curve_generator.md',]

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 690b8b2

Please sign in to comment.