Skip to content

Commit 00a5152

Browse files
committed
ARROW-12772: [CI] Merge script test fails due to missing dependency
Closes apache#10310 from kszucs/ARROW-12772 Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
1 parent b2cd200 commit 00a5152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Dependencies
8686
shell: bash
8787
run: |
88-
pip install cython setuptools pytest jira
88+
pip install cython setuptools six pytest jira
8989
- name: Run Release Test
9090
shell: bash
9191
run: |

0 commit comments

Comments
 (0)