Skip to content

Commit 652cb6d

Browse files
committed
linting fix
1 parent 826c998 commit 652cb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test_rockylinux9.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ if [[ "$is_old_driver" == "true" ]]; then
5252
else
5353
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
5454
echo "[Info] Testing with Python ${PYTHON_VERSION}"
55-
55+
5656
# Check if the Python version is installed
5757
if ! command -v python${PYTHON_VERSION} &> /dev/null; then
5858
echo "[Warning] Python ${PYTHON_VERSION} not found, skipping..."
5959
continue
6060
fi
61-
61+
6262
SHORT_VERSION=$(python${PYTHON_VERSION} -c "print('${PYTHON_VERSION}'.replace('.', ''))")
6363

6464
# Look for manylinux wheels (Rocky Linux 9 should be compatible with manylinux wheels)

0 commit comments

Comments
 (0)