Skip to content

Commit

Permalink
Use python version path
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed May 27, 2019
1 parent a192125 commit 89fc565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/steps/create-virtualenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ steps:
echo "Python path: $(PY_EXE)"
echo "GIT_SSL_CAINFO: $(GIT_SSL_CAINFO)"
echo "PIPENV PYTHON VERSION: $PIPENV_DEFAULT_PYTHON_VERSION"
$(PY_EXE) -m pipenv install --deploy --dev
$(PY_EXE) -m pipenv install --deploy --dev --python="$(PY_EXE)"
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ parameters.python.version }}
PIPENV_DEFAULT_PYTHON_VERSION: $(python.version)
PYTHONWARNINGS: 'ignore:DEPRECATION'
PIPENV_NOSPIN: '1'
displayName: Make Virtualenv

0 comments on commit 89fc565

Please sign in to comment.