no need to create a virtualenv inside a temporal virtualenv

This commit is contained in:
Axel Kohlmeyer
2022-02-25 09:12:01 -05:00
parent 59e2b819e0
commit 6ab247e7f8

View File

@ -12,4 +12,4 @@ exec(open(virtenv).read(), {'__file__': virtenv})
os.system('python -m pip install --upgrade pip')
os.system('python -m pip install --upgrade -r wheel_requirements.txt')
print("Building new binary wheel")
os.system('python -m build --wheel -o .')
os.system('python -m build -n --wheel -o .')