Skip to content

Commit e30ec5b

Browse files
authored
Update test-linux.yml
1 parent 17f4240 commit e30ec5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/checkout@v3
2626
with:
2727
persist-credentials: false
28+
- name: Checkout submodules
29+
run: git submodule update --init --recursive
2830
- name: Set up Python ${{ env.PYTHON_VERSION }}
2931
uses: actions/setup-python@v4
3032
with:

0 commit comments

Comments
 (0)