We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa5026 commit c0e46f9Copy full SHA for c0e46f9
graalpython/lib-graalpython/modules/ginstall.py
@@ -60,7 +60,7 @@ def six(*args):
60
install_from_pypi("six==1.12.0", args)
61
62
def Cython(*args):
63
- install_from_pypi("Cython==0.29.2", ['--no-cython-compile'] + args)
+ install_from_pypi("Cython==0.29.2", ('--no-cython-compile',) + args)
64
65
def setuptools(*args):
66
install_from_pypi("setuptools==40.6.3", args)
0 commit comments