mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 05:27:30 -04:00
[CI] Add dependency on pyyaml
Pyyaml is needed for primgen (coming next), and for ibex_config.py. Install it through python-requirements.txt. This requires, unfortunately, an uninstallation of the distribution-provided version first (otherwise pip cannot install it).
This commit is contained in:
parent
b1222719de
commit
72f0ead9f7
2 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,8 @@ jobs:
|
|||
- bash: |
|
||||
curl -L https://download.opensuse.org/repositories/home:phiwag:edatools/xUbuntu_16.04/Release.key | sudo apt-key add -
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/phiwag:/edatools/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/edatools.list"
|
||||
# Uninstall distribution-provided version to get a newer version through pip
|
||||
sudo apt-get remove -y python3-yaml
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
python3 \
|
||||
|
|
|
@ -7,3 +7,5 @@ git+https://github.com/lowRISC/edalize.git@ot
|
|||
|
||||
# Development version with OT-specific changes
|
||||
git+https://github.com/lowRISC/fusesoc.git@ot
|
||||
|
||||
pyyaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue