kou commented on pull request #11728:
URL: https://github.com/apache/arrow/pull/11728#issuecomment-973245248
Could you try this?
```diff
diff --git a/dev/tasks/docker-tests/azure.linux.yml
b/dev/tasks/docker-tests/azure.linux.yml
index b8f1151f7..dfa07a0d5 100644
--- a/dev/tasks/docker-tests/azure.linux.yml
+++ b/dev/tasks/docker-tests/azure.linux.yml
@@ -43,6 +43,7 @@ jobs:
git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
git -C arrow checkout FETCH_HEAD
git -C arrow submodule update --init --recursive
+ git -C arrow remote add upstream https://github.com/apache/arrow.git
displayName: Clone arrow
- script: pip install -e arrow/dev/archery[docker]
```
--
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]