mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Merge pull request #47 from PR0M3TH3AN/codex/modify-ci/test-e2e.sh-to-install-from-source
Install from source in e2e tests
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