Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 90a846d

Browse files
committed
checkout submodules
1 parent bf066ef commit 90a846d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
steps:
1717
- name: Setup
1818
run: . activate ddpt
19-
- name: Checkout ddptensor
19+
- name: Checkout ddptensor and submodules
2020
uses: actions/checkout@v2
21+
with:
22+
submodules: recursive
2123
- name: Build dpptensor
2224
run: |
2325
. activate ddpt

0 commit comments

Comments
 (0)