aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-05-02 15:10:46 -0700
committerAndrew Waterman <andrew@sifive.com>2022-05-02 15:10:46 -0700
commit47bc49ace128d8d9272be6098870d6f919ccbaa4 (patch)
treea0e6ffdb16083be2c7f7636734c2e44a6a27cc7b
parent36f37737b8241fca0e3a5a1d18555cb1d406cff8 (diff)
downloadriscv-opcodes-47bc49ace128d8d9272be6098870d6f919ccbaa4.zip
riscv-opcodes-47bc49ace128d8d9272be6098870d6f919ccbaa4.tar.gz
riscv-opcodes-47bc49ace128d8d9272be6098870d6f919ccbaa4.tar.bz2
Fix CI
-rw-r--r--.github/workflows/python-app.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 798c25f..72a8128 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
+ - name: Install PyYAML
+ run: pip3 install -r requirements.txt
- name: Generation C code
run: ./parse.py -c -chisel -sverilog -rust -latex "rv*" "unratified/rv*"
- name: Check C output