Skip to content

Commit 289d544

Browse files
committed
Include GitHub actions to have check out of submodules for all workflows exept check_latest_release.yml
1 parent 2f8c08f commit 289d544

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/github_actions_aws_rhel_python64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
steps:
4343
- name: checkout repository
4444
uses: actions/checkout@v3
45+
with:
46+
submodules: true
4547
- name: execute system tests
4648
uses: ./.github/actions/linux
4749
with:

.github/workflows/github_actions_aws_windows_python32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
steps:
4646
- name: checkout repository
4747
uses: actions/checkout@v3
48+
with:
49+
submodules: true
4850
- name: execute system tests
4951
uses: ./.github/actions/windows
5052
with:

.github/workflows/github_actions_aws_windows_python64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
steps:
6060
- name: checkout repository
6161
uses: actions/checkout@v3
62+
with:
63+
submodules: true
6264
- name: execute system tests
6365
uses: ./.github/actions/windows
6466
with:

0 commit comments

Comments
 (0)