potiuk commented on a change in pull request #7841: Requirements now depend on
python version
URL: https://github.com/apache/airflow/pull/7841#discussion_r399147202
##########
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_MAJOR_MINOR_VERSION=3.6
Review comment:
It's not strange. It's MAJOR+MINOR version. PYTHON_VERSION is by default set
in this image to 3.6.9 (so full PYTHON_VERSION) and what we really need here
just MAJOR/MINOR.
----------------------------------------------------------------
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