activate already existing environment

fix/packing-ci
Nils Dijk 2023-11-10 14:18:15 +00:00
parent f5e37bf668
commit 5b08955290
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ GITHUB_HOME="${HOME}"
export HOME="/root"
eval "$(pyenv init -)"
pyenv versions
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
pyenv activate packaging_env
echo "Package type: ${package_type}"