houqp commented on a change in pull request #9945:
URL: https://github.com/apache/airflow/pull/9945#discussion_r459207035



##########
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:
       @potiuk i added the install command here directly because it's only one 
line, let me know if you prefer me to wrap everything into one script inside 
`scripts/ci` instead.




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


Reply via email to