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 da80b0c commit b954ecbCopy full SHA for b954ecb
release/rever.xsh
@@ -316,7 +316,7 @@ def test_wheel(py_version):
316
317
with run_in_conda_env(['python=%s' % py_version], 'test-install-%s' % py_version):
318
cp @('/root/release/{wheel}'.format(**tarball_format)) @("{wheel}".format(**tarball_format))
319
- pip install @("{wheel}".format(**tarball_format)
+ pip install @("{wheel}".format(**tarball_format))
320
321
python -c "import sympy; print(sympy.__version__); print('sympy installed successfully')"
322
python -m isympy --help
0 commit comments