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 826c998 commit 652cb6dCopy full SHA for 652cb6d
ci/test_rockylinux9.sh
@@ -52,13 +52,13 @@ if [[ "$is_old_driver" == "true" ]]; then
52
else
53
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
54
echo "[Info] Testing with Python ${PYTHON_VERSION}"
55
-
+
56
# Check if the Python version is installed
57
if ! command -v python${PYTHON_VERSION} &> /dev/null; then
58
echo "[Warning] Python ${PYTHON_VERSION} not found, skipping..."
59
continue
60
fi
61
62
SHORT_VERSION=$(python${PYTHON_VERSION} -c "print('${PYTHON_VERSION}'.replace('.', ''))")
63
64
# Look for manylinux wheels (Rocky Linux 9 should be compatible with manylinux wheels)
0 commit comments