don't install virtualenv

virtualenv is not needed, as the built-in venv is actually used.
This commit is contained in:
Michał Bartoszkiewicz 2020-05-24 14:55:36 +02:00
parent 6b05272ed4
commit 50cf20aaae

View File

@ -63,7 +63,6 @@ all: run
pyenv:
# https://github.com/PyO3/maturin/issues/283 - Expected `python` to be a python interpreter inside a virtualenv
set -eu -o pipefail ${SHELLFLAGS}; \
"${PYTHON_BIN}" -m pip install virtualenv; \
"${PYTHON_BIN}" -m venv pyenv; \
case "$$(uname -s)" in CYGWIN*|MINGW*|MSYS*) \
dos2unix "${ACTIVATE_SCRIPT}"; \