1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 18:22:24 +00:00

setup-action: install as editable in case it hecks with us less.

This commit is contained in:
Asherah Connor 2024-06-16 13:03:48 +03:00
parent df6bc37559
commit 138039712e

View file

@ -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