raulcd commented on PR #36743:
URL: https://github.com/apache/arrow/pull/36743#issuecomment-1639970976
to fix the `Source Release and Merge Script` failures:
```
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 7c2437f..bfcefcb 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -103,7 +103,7 @@ jobs:
shell: bash
run: |
gem install test-unit
- pip install cython setuptools six pytest jira
+ pip install cython<3 setuptools six pytest jira
- name: Run Release Test
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]