Skip to content

Commit

Permalink
still no good
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jan 30, 2020
1 parent 13d8edd commit 48e86ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
environment {
PY_COLORS = 1
HS_PROFILE = 1
PY_V = '3.6.10'
TEST_PY_V = '3.6.10'
}

stages {
Expand All @@ -24,10 +24,11 @@ pipeline {
'''
sh '''#!/bin/bash
source /etc/profile.d/kersplat.sh
export PY_V="$TEST_PY_V"
pyenv local $TEST_PY_V
pyenv shell $TEST_PY_V
echo "pyenv version-name: $(pyenv version-name)"
set -x -e
pyenv local $PY_V
pyenv shell $PY_V
pyenv version-name
rm -rf vlib venv .pytest_cache
pip install --cache-dir ./pip.cache -t ./vlib virtualenv
PYTHONPATH=./vlib ./vlib/bin/virtualenv ./venv
Expand Down

0 comments on commit 48e86ac

Please sign in to comment.