potiuk commented on code in PR #27971:
URL: https://github.com/apache/airflow/pull/27971#discussion_r1034095249


##########
.github/workflows/ci.yml:
##########
@@ -778,8 +780,8 @@ jobs:
     needs: [build-info, wait-for-ci-images]
     strategy:
       matrix:
-        python-version: 
"${{fromJson(needs.build-info.outputs.python-versions)}}"
-        postgres-version: 
"${{fromJson(needs.build-info.outputs.postgres-versions)}}"
+        python-version: ["3.7"]

Review Comment:
   This is a bit dangerous and not needed. For most cases (as of last week) the 
exclude matrices are only selecting "representative" combos for tests - so you 
do not save by hard-conding those I think.



-- 
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]

Reply via email to