Merge pull request #1187 from palnabarun/fix-github-actions-issue

Fix the issue with Github Actions
This commit is contained in:
Kubernetes Prow Robot 2020-06-22 09:12:39 -07:00 committed by GitHub
commit 10671f9426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with: