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

workflows: use --no-deps to stop the madness.

This commit is contained in:
Asherah Connor 2024-06-16 13:15:12 +03:00
parent 854b29ae56
commit fe20bcd6da

View file

@ -27,24 +27,12 @@ runs:
run: cd setup-niar-out/niar && pip install -e .
shell: bash
- name: Checkout amaranth-stdio
uses: actions/checkout@v4
with:
repository: amaranth-lang/amaranth-stdio
path: setup-niar-out/amaranth-stdio
- name: Install amaranth-stdio
run: cd setup-niar-out/amaranth-stdio && pip install -e .
run: pip install --no-deps git+https://github.com/amaranth-lang/amaranth-stdio.git
shell: bash
- name: Checkout amaranth-boards
uses: actions/checkout@v4
with:
repository: amaranth-lang/amaranth-boards
path: setup-niar-out/amaranth-boards
- name: Install amaranth-boards
run: cd setup-niar-out/amaranth-boards && pip install -e .
run: pip install --no-deps git+https://github.com/amaranth-lang/amaranth-boards.git
shell: bash
- name: Install Zig