From caced992ad3162893c18d8306c05984c45004562 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 24 Mar 2022 10:18:57 +0100 Subject: [PATCH] litex_setup: Remove pip3 install amaranth-yosys. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d0f3244..24068961e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: pip3 install requests pip3 install pexpect pip3 install meson - pip3 install amaranth-yosys # Install (n)Migen / LiteX / Cores - name: Install LiteX