Skip to content

Commit df97457

Browse files
authored
chore: add openadapt-ml as submodule (#957)
* chore: add openadapt-ml as submodule * ci: update actions/cache from v2 to v4
1 parent 1899393 commit df97457

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Cache deps
4949
id: cache-deps
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: .venv
5353
key: pydeps-${{ hashFiles('**/poetry.lock') }}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "openadapt-ml"]
2+
path = openadapt-ml
3+
url = https://github.com/OpenAdaptAI/openadapt-ml.git

openadapt-ml

Submodule openadapt-ml added at e5c0516

0 commit comments

Comments
 (0)