Skip to content

Commit 377f7ab

Browse files
committed
fixup
1 parent ea4e61c commit 377f7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_python_connect35.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
8686
# Checkout to branch-3.5 to use the tests in branch-3.5.
8787
cd ..
88-
git clone --single-branch --branch branch-3.5 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
88+
git clone --single-branch --branch branch-3.5 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY spark-3.5
89+
cd spark-3.5
8990
9091
# Several tests related to catalog requires to run them sequencially, e.g., writing a table in a listener.
9192
# Run branch-3.5 tests

0 commit comments

Comments
 (0)