We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492fea5 commit c6d89afCopy full SHA for c6d89af
1 file changed
tox.ini
@@ -46,7 +46,7 @@ allowlist_externals = bash
46
install_command =
47
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
48
# We need to do this here before the dependencies are installed to work around deps conflicts
49
- oldestdeps: bash -c "echo tutorials/parquet-catalog-demos/irsa-hats-with-lsdb >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"
+ oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"
50
51
# Adding back the default install command
52
!oldestdeps: python -I -m pip install {opts} {packages}
0 commit comments