eladkal commented on code in PR #55281:
URL: https://github.com/apache/airflow/pull/55281#discussion_r2366990886
##########
.github/workflows/ci-amd.yml:
##########
@@ -139,6 +139,10 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
with:
persist-credentials: false
+ - name: "Install gh and jq"
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y gh jq
Review Comment:
This is not right. There should be no changes to workflows with this PR
--
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]