houqp commented on a change in pull request #9945:
URL: https://github.com/apache/airflow/pull/9945#discussion_r459852613
##########
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:
@mik-laj before I look into speccy, this is not something we are
currently using right?
----------------------------------------------------------------
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]