Skip to content

Commit

Permalink
Change venv
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Jan 3, 2025
1 parent 1ca57cd commit 7851281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ data_h2o() {
echo "Installing falsa..."

# Set virtual environment directory
VIRTUAL_ENV="${PWD}/.venv"
VIRTUAL_ENV="${PWD}/venv"

# Check if the virtual environment already exists
if [ ! -d "$VIRTUAL_ENV" ]; then
Expand Down

0 comments on commit 7851281

Please sign in to comment.