fsaintjacques commented on a change in pull request #7021:
URL: https://github.com/apache/arrow/pull/7021#discussion_r418596433
##########
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:
Why not use pip install -e to ensure that requirements are up to date?
----------------------------------------------------------------
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]