We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f999e commit 47570dfCopy full SHA for 47570df
.github/workflows/test.yaml
@@ -15,6 +15,8 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
+ with:
19
+ submodules: `true`
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v4
22
with:
0 commit comments