no need to create a virtualenv inside a temporal virtualenv
This commit is contained in:
@ -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 .')
|
||||
|
||||
Reference in New Issue
Block a user