We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9205d25 commit e25df05Copy full SHA for e25df05
1 file changed
.github/workflows/site-snapshot.yml
@@ -29,6 +29,13 @@ jobs:
29
ref: main
30
path: microplex
31
32
+ - name: Check out microunit
33
+ uses: actions/checkout@v4
34
+ with:
35
+ repository: CosilicoAI/microunit
36
+ ref: main
37
+ path: microunit
38
+
39
- name: Set up Python
40
uses: actions/setup-python@v5
41
with:
0 commit comments