Skip to content

Commit

Permalink
Remove (not necessary) quoting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 14, 2022
1 parent 9326f47 commit ed39db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ for PYBIN in /opt/python/*/bin; do
fi
if [ `uname -m` == 'aarch64' ]; then
cd /io/
"${PYBIN}/pip" install tox
${PYBIN}/pip install tox
TOXENV=$(tox_env_map "${PYBIN}")
"${PYBIN}/tox -e ${TOXENV}"
{PYBIN}/tox -e ${TOXENV}
cd ..
fi
rm -rf /io/build /io/*.egg-info
Expand Down

0 comments on commit ed39db6

Please sign in to comment.