Skip to content

Commit cf7c4ca

Browse files
authored
Merge pull request #61 from bsipocz/CI_add_ERO_to_ci
CI: Adding notebooks to the CI
2 parents d244bc3 + f1ec647 commit cf7c4ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ignore_gha_testing

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

tutorials/euclid_access/Euclid_ERO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First, we import all necessary packages.
5353

5454
```{code-cell} ipython3
5555
# Uncomment the next line to install dependencies if needed.
56-
# !pip install tqdm numpy matplotlib astropy photutils astroquery>=0.4.10 sep>=1.4 firefly_client>=3.2
56+
# !pip install tqdm numpy matplotlib astropy photutils>=2.0 astroquery>=0.4.10 sep>=1.4 firefly_client>=3.2
5757
```
5858

5959
```{code-cell} ipython3

0 commit comments

Comments
 (0)