Skip to content

Commit 2a9fed3

Browse files
committed
Fix CI
1 parent bc946fd commit 2a9fed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070

7171
steps:
7272
- uses: actions/checkout@v4
73-
submodules: recursive
73+
with:
74+
submodules: recursive
7475
- name: Install poetry
7576
run: pip install poetry
7677
- name: Set up Python

0 commit comments

Comments
 (0)