Skip to content

Commit

Permalink
Install dependencies necessary to run interconnect test in github wor…
Browse files Browse the repository at this point in the history
…kflow

Signed-off-by: Krzysztof Obłonczek <koblonczek@internships.antmicro.com>
  • Loading branch information
koblonczek committed Jan 10, 2024
1 parent 622f016 commit a423d8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a423d8c

Please sign in to comment.