We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b285fda commit 6e6fe78Copy full SHA for 6e6fe78
.manylinux-install.sh
@@ -33,7 +33,7 @@ for PYBIN in /opt/python/*/bin; do
33
[[ "${PYBIN}" == *"cp37"* ]] || \
34
[[ "${PYBIN}" == *"cp38"* ]] || \
35
[[ "${PYBIN}" == *"cp39"* ]] || \
36
- [[ "${PYBIN}" == *"cp310* ]];
+ [[ "${PYBIN}" == *"cp310"* ]];
37
then
38
"${PYBIN}/pip" uninstall -y python-crfsuite
39
"${PYBIN}/pip" install python-crfsuite --no-index -f /io/wheelhouse
0 commit comments