Skip to content

Commit

Permalink
Make sure venv version support falsa
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Jan 3, 2025
1 parent 7851281 commit 713586c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,8 @@ data_h2o() {
# Set virtual environment directory
VIRTUAL_ENV="${PWD}/venv"

# Check if the virtual environment already exists
if [ ! -d "$VIRTUAL_ENV" ]; then
# Create a virtual environment using Python 3.10
$REQUIRED_PYTHON -m venv "$VIRTUAL_ENV"
fi
# Create a virtual environment using Python 3.10
$REQUIRED_PYTHON -m venv "$VIRTUAL_ENV"

# Activate the virtual environment and install dependencies
source "$VIRTUAL_ENV/bin/activate"
Expand Down

0 comments on commit 713586c

Please sign in to comment.