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 899da44 commit 21ebb77Copy full SHA for 21ebb77
release/rever.xsh
@@ -262,7 +262,7 @@ def test_tarball(py_version):
262
cp @('/root/release/{source}'.format(**tarball_format)) @("releasetar.tar.gz".format(**tarball_format))
263
tar xvf releasetar.tar.gz
264
265
- cd @("/root/{source-orig-notar}".format(**tarball_format))
+ cd @("{source-orig-notar}".format(**tarball_format))
266
python setup.py install
267
python -c "import sympy; print(sympy.__version__); print('sympy installed successfully')"
268
python -m isympy --help
0 commit comments