Skip to content
Snippets Groups Projects
Commit 5c4366a5 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix pypi release

parent ed19dd4e
No related branches found
No related tags found
No related merge requests found
Pipeline #8821 failed
......@@ -18,14 +18,11 @@ stages:
- release
before_script:
- yum install -y epel-release
- yum install -y python-pip python-devel
- _CWD=$(pwd) && cd /usr/local/root && source bin/thisroot.sh && cd $_CWD
- source /Jpp/setenv.sh /Jpp
.virtualenv_template: &virtualenv_definition |
yum install -y epel-release
yum install -y python-pip python-devel
_CWD=$(pwd) && cd /usr/local/root && source bin/thisroot.sh && cd $_CWD
source /Jpp/setenv.sh /Jpp
python -V
pip install -U pip setuptools wheel
pip install virtualenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment