Use local package install in e2e

This commit is contained in:
thePR0M3TH3AN
2025-06-19 18:41:36 -04:00
parent 568c898b58
commit cc7d5dc570

View File

@@ -5,8 +5,8 @@ LOG_DIR="$(pwd)/ci-logs"
mkdir -p "$LOG_DIR"
exec >"$LOG_DIR/run.log" 2>&1
# Run install script and time it
{ time ./install.sh; } 2>&1
# Install VoxVera from the local repository and time it
{ time pip install -e .; } 2>&1
# Generate demo flyer
voxvera init --template voxvera <<EOI