Skip to content

Commit c6d89af

Browse files
committed
CI: propagate path change into tox config
1 parent 492fea5 commit c6d89af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allowlist_externals = bash
4646
install_command =
4747
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
4848
# 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 $@"
49+
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 $@"
5050

5151
# Adding back the default install command
5252
!oldestdeps: python -I -m pip install {opts} {packages}

0 commit comments

Comments
 (0)