Skip to content

Commit 0d71d2d

Browse files
authored
Merge pull request #143 from Gerrit-K/patch-1
Add missing quote in .manylinux-install.sh
2 parents b285fda + 6e6fe78 commit 0d71d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.manylinux-install.sh

Lines changed: 1 addition & 1 deletion
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)