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 1899393 commit df97457Copy full SHA for df97457
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Cache deps
49
id: cache-deps
50
- uses: actions/cache@v2
+ uses: actions/cache@v4
51
with:
52
path: .venv
53
key: pydeps-${{ hashFiles('**/poetry.lock') }}
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "openadapt-ml"]
2
+ path = openadapt-ml
3
+ url = https://github.com/OpenAdaptAI/openadapt-ml.git
openadapt-ml
0 commit comments