We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725fc1a commit 9a27e40Copy full SHA for 9a27e40
.github/workflows/ci_linux.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Install dependencies
35
run: uv sync
36
37
+ - name: Install mlir-egglog
38
+ run: uv pip install -e .
39
+
40
# Create a cache key based on the LLVM version and Ubuntu version
41
- name: Set LLVM cache key
42
id: llvm-cache-key
.github/workflows/ci_mac.yml
@@ -68,6 +68,9 @@ jobs:
68
69
70
71
72
73
74
- name: Run Tests
75
run: |
76
# Print PATH for debugging
0 commit comments