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 1c1ec5b commit 5464d9aCopy full SHA for 5464d9a
build_tools/azure/install.sh
@@ -47,7 +47,7 @@ pre_python_environment_install() {
47
check_packages_dev_version() {
48
for package in $@; do
49
package_version=$(python -c "import $package; print($package.__version__)")
50
- if [[ $package_version =~ "^[.0-9]+$" ]]; then
+ if [[ $package_version =~ ^[.0-9]+$ ]]; then
51
echo "$package is not a development version: $package_version"
52
exit 1
53
fi
0 commit comments