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 <[email protected]>
  • Loading branch information
koblonczek committed Jan 8, 2024
1 parent 622f016 commit 507db37
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 @@ -32,7 +32,12 @@ jobs:
antlr4 \
libantlr4-runtime-dev \
python3-dev \
yosys
yosys \
verilator \
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 507db37

Please sign in to comment.