From 138039712ef34d08e98745186c65340a827da738 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Sun, 16 Jun 2024 13:03:48 +0300 Subject: [PATCH] setup-action: install as editable in case it hecks with us less. --- setup-action/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-action/action.yml b/setup-action/action.yml index 283c6ae..2432526 100644 --- a/setup-action/action.yml +++ b/setup-action/action.yml @@ -30,7 +30,7 @@ runs: path: setup-niar-out/amaranth-stdio - name: Install amaranth-stdio - run: cd setup-niar-out/amaranth-stdio && pip install . + run: cd setup-niar-out/amaranth-stdio && pip install -e . shell: bash - name: Checkout amaranth-boards @@ -40,7 +40,7 @@ runs: path: setup-niar-out/amaranth-boards - name: Install amaranth-boards - run: cd setup-niar-out/amaranth-boards && pip install . + run: cd setup-niar-out/amaranth-boards && pip install -e . shell: bash - name: Install Zig