From a423d8c6520184533ed71d5ed25f2fcab0ad1292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ob=C5=82onczek?= Date: Mon, 8 Jan 2024 12:24:22 +0100 Subject: [PATCH] Install dependencies necessary to run interconnect test in github workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof Obłonczek --- .github/workflows/pipeline.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index afff4a21..985aaf99 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -10,6 +10,7 @@ jobs: Tests: runs-on: ubuntu-latest + container: verilator/verilator:v5.020 name: "Test Python ${{ matrix.python-version }}" strategy: fail-fast: false @@ -32,7 +33,11 @@ jobs: antlr4 \ libantlr4-runtime-dev \ python3-dev \ - yosys + yosys \ + gcc-riscv64-unknown-elf \ + meson \ + ninja-build \ + bsdextrautils python3 -m pip install --upgrade pip wheel setuptools python3 -m pip install -r requirements.dev.txt python3 -m pip install git+https://github.com/antmicro/tuttest