We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646a943 commit 3cd532fCopy full SHA for 3cd532f
.github/workflows/test.yaml
@@ -17,6 +17,8 @@ jobs:
17
python: ["3.10", "3.11", "3.12"]
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ submodules: true
22
- uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python }}
0 commit comments