Skip to content

Commit 70eca8b

Browse files
committed
CI: ignore lsdb notebooks for oldestdeps testing
1 parent 712826d commit 70eca8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ commands =
5252
bash -c 'if [[ $CI == true ]]; then cat ignore_tutorials/ignore_gha_testing >> ignore_testing; fi'
5353
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_tutorials/ignore_circleci_testing >> ignore_testing; fi'
5454

55+
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
56+
oldestdeps: bash -c 'echo tutorials/parquet-catalog-demos/irsa-hats-with-lsdb >> ignore_testing'
57+
5558
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering >> ignore_testing'
5659

5760
# We only want to run CI in PRs for the notebooks we touched

0 commit comments

Comments
 (0)