Skip to content

Commit 80ca5a0

Browse files
committed
ci(cli): dogfood auto bm workflow install
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 4502bd3 commit 80ca5a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basic-memory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
python-version: "3.12"
2626

27-
- name: Install Basic Memory
27+
- name: Install Basic Memory from checkout
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install basic-memory
30+
pip install -e .
3131
3232
- name: Collect project update context
3333
id: collect

0 commit comments

Comments
 (0)