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

Commit e25df05

Browse files
committed
Fix site snapshot microunit checkout
1 parent 9205d25 commit e25df05

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/site-snapshot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
ref: main
3030
path: microplex
3131

32+
- name: Check out microunit
33+
uses: actions/checkout@v4
34+
with:
35+
repository: CosilicoAI/microunit
36+
ref: main
37+
path: microunit
38+
3239
- name: Set up Python
3340
uses: actions/setup-python@v5
3441
with:

0 commit comments

Comments
 (0)