Skip to content

Commit

Permalink
Refactor: Update CI workflow to set up UV and streamline dependency i…
Browse files Browse the repository at this point in the history
…nstallation; remove unused Zep stack files
  • Loading branch information
Luisotee committed Jan 22, 2025
1 parent 29bdd3b commit 6d860be
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 140 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ jobs:
with:
bun-version: latest

- name: Setup UV
uses: astral-sh/setup-uv@v3

- name: Install dependencies
run: bun install
run: |
bun install
uv venv
. .venv/bin/activate
- name: Setup config
run: |
Expand All @@ -30,4 +36,4 @@ jobs:
run: turbo run build --filter=!@eda/config --filter=!@eda/config-python

# - name: Run tests
# run: bun run test
# run: bun run test
1 change: 0 additions & 1 deletion apps/ai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies = [
"llama-index-vector-stores-postgres>=0.3.2",
"llama-index-readers-file>=0.4.1",
"httpx>=0.24.0,<0.25.0",
"zep-python>=2.0.2",
"mem0ai>=0.1.25",
"rank-bm25>=0.2.2",
"neo4j>=5.27.0",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 0 additions & 12 deletions deploy/zep-stack/.env.example

This file was deleted.

81 changes: 0 additions & 81 deletions deploy/zep-stack/docker-compose.yml

This file was deleted.

43 changes: 0 additions & 43 deletions deploy/zep-stack/zep.yaml

This file was deleted.

1 change: 0 additions & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"dependencies": {
"@eda/supabase": "workspace:*",
"@eda/types": "workspace:*",
"@getzep/zep-cloud": "^2.1.1",
"@trigger.dev/sdk": "3.3.11"
},
"devDependencies": {
Expand Down

0 comments on commit 6d860be

Please sign in to comment.