Skip to content

Commit

Permalink
Merge pull request #2773 from IntersectMBO/mv_env_venv
Browse files Browse the repository at this point in the history
chore: update venv directory path
  • Loading branch information
mkoura authored Nov 19, 2024
2 parents c5534c5 + 6489bc8 commit d5b8feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup_venv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

_VENV_DIR="${_VENV_DIR:-"$WORKDIR/.env"}"
_VENV_DIR="${_VENV_DIR:-"$WORKDIR/.venv"}"

if [ "${1:-""}" = "clean" ]; then
rm -rf "$_VENV_DIR"
Expand Down

0 comments on commit d5b8feb

Please sign in to comment.