houqp commented on a change in pull request #9945:
URL: https://github.com/apache/airflow/pull/9945#discussion_r460371208
##########
File path: .github/workflows/ci.yml
##########
@@ -548,6 +548,13 @@ jobs:
with:
workflow_id: ${{ env.WORKFLOW_ID }}
access_token: ${{ github.token }}
+ - uses: actions/setup-python@v1
+ with:
+ python-version: '3.x'
+ - name: "Validate OpenAPI spec"
+ run: |
+ pip install PyYAML
Review comment:
ha, my bad, today i learned ripgrep doesn't search keyword in hidden
files by default :( Thanks for pointing that out, i will switch to use
precommit hook.
----------------------------------------------------------------
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]