potiuk commented on a change in pull request #7841: Requirements now depend on
python version
URL: https://github.com/apache/airflow/pull/7841#discussion_r396942564
##########
File path: .travis.yml
##########
@@ -41,24 +41,24 @@ jobs:
stage: pre-test
script: ./scripts/ci/ci_run_all_static_checks.sh
env: >-
- PYTHON_VERSION=3.6
+ PYTHON_SHORT_VERSION=3.6
Review comment:
Yes. PYTHON_VERSION is set by default by the python base image and it is the
full version (PYTHON_VERSION=3.7.9). It got so confusing that I decided I
finally have to separate those two.
----------------------------------------------------------------
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]
With regards,
Apache Git Services