mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
Use local package install in e2e
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user