Skip to content

Commit 627d779

Browse files
committed
lets see if this works
1 parent 4ebcb4f commit 627d779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
python-version: ["3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v4
19-
19+
with:
20+
submodules: 'true'
2021
- name: Set up Python
2122
uses: actions/setup-python@v5
2223
with:

0 commit comments

Comments
 (0)