mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58: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"
|
mkdir -p "$LOG_DIR"
|
||||||
exec >"$LOG_DIR/run.log" 2>&1
|
exec >"$LOG_DIR/run.log" 2>&1
|
||||||
|
|
||||||
# Run install script and time it
|
# Install VoxVera from the local repository and time it
|
||||||
{ time ./install.sh; } 2>&1
|
{ time pip install -e .; } 2>&1
|
||||||
|
|
||||||
# Generate demo flyer
|
# Generate demo flyer
|
||||||
voxvera init --template voxvera <<EOI
|
voxvera init --template voxvera <<EOI
|
||||||
|
Reference in New Issue
Block a user