Skip to content

Commit

Permalink
add venv env var for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Jan 8, 2024
1 parent 22c1747 commit 39f2394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion profiling_pack/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ icon: icon.png
name: profiling
type: completeness
url: https://github.com/qalita-io/packs/tree/main/profiling_pack
version: 1.0.30
version: 1.0.31
visibility: public
1 change: 1 addition & 0 deletions profiling_pack/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ fi

# Check if virtual environment specific to the pack exists in the parent directory
VENV_PATH="$HOME/.qalita/agent_run_temp/${PACK_NAME}_venv"
POETRY_VIRTUALENVS_PATH="$HOME/.qalita/agent_run_temp/${PACK_NAME}_venv"

if [ ! -d "$VENV_PATH" ]; then
$PYTHON_CMD -m venv "$VENV_PATH"
Expand Down

0 comments on commit 39f2394

Please sign in to comment.