From 3994b09f61455fcd5c7c6081b2eeef108fb8298d Mon Sep 17 00:00:00 2001 From: anand43 Date: Wed, 25 Oct 2023 13:15:21 -0400 Subject: [PATCH] No changes made. Accidental change was fixed --- buildscripts/install_editable_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/install_editable_debug.sh b/buildscripts/install_editable_debug.sh index 3e6409ac9..bd1098bd4 100755 --- a/buildscripts/install_editable_debug.sh +++ b/buildscripts/install_editable_debug.sh @@ -8,7 +8,7 @@ cd ${ROOT_DIR} python3 -m venv ${VENV_DIR} . ${VENV_DIR}/bin/activate python3 -m pip install --upgrade pip -pip install scikit-build-core pyproject-metadata pathspec ninja cython +pip install scikit-build-core pyproject-metadata pathspec ninja cython ffmpeg-python pip install --config-settings=editable.rebuild=true \ --config-settings=build-dir="build/{wheel_tag}" \ --config-settings=cmake.build-type="Debug" \