Skip to content

Commit 10671f9

Browse files
authored
Merge pull request kubernetes-client#1187 from palnabarun/fix-github-actions-issue
Fix the issue with Github Actions
2 parents b6e4ae8 + 3866e96 commit 10671f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
submodules: true
1517
- name: Set up Python ${{ matrix.python-version }}
1618
uses: actions/setup-python@v1
1719
with:

0 commit comments

Comments
 (0)