We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712826d commit 70eca8bCopy full SHA for 70eca8b
tox.ini
@@ -52,6 +52,9 @@ commands =
52
bash -c 'if [[ $CI == true ]]; then cat ignore_tutorials/ignore_gha_testing >> ignore_testing; fi'
53
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_tutorials/ignore_circleci_testing >> ignore_testing; fi'
54
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
+
58
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering >> ignore_testing'
59
60
# We only want to run CI in PRs for the notebooks we touched
0 commit comments