Skip to content

Commit 9a27e40

Browse files
committed
install dependencies
1 parent 725fc1a commit 9a27e40

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: uv sync
3636

37+
- name: Install mlir-egglog
38+
run: uv pip install -e .
39+
3740
# Create a cache key based on the LLVM version and Ubuntu version
3841
- name: Set LLVM cache key
3942
id: llvm-cache-key

.github/workflows/ci_mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Install dependencies
6969
run: uv sync
7070

71+
- name: Install mlir-egglog
72+
run: uv pip install -e .
73+
7174
- name: Run Tests
7275
run: |
7376
# Print PATH for debugging

0 commit comments

Comments
 (0)