kszucs commented on a change in pull request #7021:
URL: https://github.com/apache/arrow/pull/7021#discussion_r419528025
##########
File path: .github/workflows/archery.yml
##########
@@ -51,10 +53,12 @@ jobs:
python-version: '3.7'
- name: Install
working-directory: dev/archery
- run: pip install pytest responses ruamel.yaml toolz jinja2 -e .
+ run: pip install pytest python-dotenv responses ruamel.yaml toolz
jinja2 -e .
Review comment:
There is `-e .` at the and of the command. The additional dependencies
listed here are required for testing and crossbow.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]