Skip to content

Commit 6e6fe78

Browse files
authored
Add missing quote in .manylinux-install.sh
1 parent b285fda commit 6e6fe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.manylinux-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for PYBIN in /opt/python/*/bin; do
3333
[[ "${PYBIN}" == *"cp37"* ]] || \
3434
[[ "${PYBIN}" == *"cp38"* ]] || \
3535
[[ "${PYBIN}" == *"cp39"* ]] || \
36-
[[ "${PYBIN}" == *"cp310* ]];
36+
[[ "${PYBIN}" == *"cp310"* ]];
3737
then
3838
"${PYBIN}/pip" uninstall -y python-crfsuite
3939
"${PYBIN}/pip" install python-crfsuite --no-index -f /io/wheelhouse

0 commit comments

Comments
 (0)