This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git

commit 7172d75603c2a965b7add7ba24d4f150a8056f3c
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Tue Feb 24 14:31:39 2026 -0800

    Makes lsp CI install latest hamilton on branch
---
 .github/workflows/hamilton-lsp.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/hamilton-lsp.yml 
b/.github/workflows/hamilton-lsp.yml
index 52a30198..58562849 100644
--- a/.github/workflows/hamilton-lsp.yml
+++ b/.github/workflows/hamilton-lsp.yml
@@ -33,6 +33,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip pytest
+        pip install -e ${{ github.workspace }}
         pip install -e .
     - name: Run unit tests
       run: |

Reply via email to