Skip to content

Commit 9c3687d

Browse files
CopilotKaniska244
andcommitted
Fix pip version regex to match multi-digit versions (26.10+)
Co-authored-by: Kaniska244 <[email protected]>
1 parent 9b1fe05 commit 9c3687d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/universal/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ checkPythonPackageVersion "python" "requests" "2.31.0"
183183

184184
## Python -alternative version 3.11. Must be removed when pinned version 3.11 is updated to a different python version.
185185
checkPythonPackageVersion "/usr/local/python/3.11.*/bin/python" "setuptools" "78.1.1"
186-
check "pip-version-for-3.11" bash -c "/usr/local/python/3.11.*/bin/python -m pip --version | grep -E '26\.[0-9]'"
186+
check "pip-version-for-3.11" bash -c "/usr/local/python/3.11.*/bin/python -m pip --version | grep -E '26\.[0-9]+'"
187187

188188
## Conda Python
189189
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)