Skip to content

Commit

Permalink
update path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Jan 8, 2024
1 parent b2b678d commit da74d02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
poetry.lock
profiling_pack/source_conf.json
docker-compose.yml
docker-compose.yml
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.32
version: 1.0.33
visibility: public
6 changes: 3 additions & 3 deletions profiling_pack/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fi
# Extract pack name from properties.yaml using Python
PACK_NAME=$($PYTHON_CMD get_pack_name.py)

POETRY_INSTALLER_MAX_WORKERS=10
POETRY_CACHE_DIR="$HOME/.qalita/agent_run_temp/"
POETRY_VIRTUALENVS_PATH="$HOME/.qalita/agent_run_temp/${PACK_NAME}_venv"
export POETRY_INSTALLER_MAX_WORKERS=10
export POETRY_CACHE_DIR="$HOME/.qalita/agent_run_temp/"
export POETRY_VIRTUALENVS_PATH="$HOME/.qalita/agent_run_temp/${PACK_NAME}_venv"

# Install poetry if it's not installed
if ! command -v poetry > /dev/null
Expand Down

0 comments on commit da74d02

Please sign in to comment.