File tree Expand file tree Collapse file tree
src/universal/test-project Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
185185checkPythonPackageVersion " /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 25.3 "
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
189189checkCondaPackageVersion " requests" " 2.31.0"
@@ -193,7 +193,6 @@ checkCondaPackageVersion "urllib3" "2.6.3"
193193checkCondaPackageVersion " brotli" " 1.2.0"
194194
195195# # Test Conda
196- check " conda-update-conda" bash -c " conda update -y conda"
197196check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
198197check " conda-install-pytorch" bash -c " conda create --name test-env -c conda-forge --yes pytorch"
199198
You can’t perform that action at this time.
0 commit comments