Commit d261c2ee authored by Maurelian's avatar Maurelian

Fix install unicorn bindings in test_mipsevm workflow

parent d97a40f9
......@@ -29,7 +29,9 @@ jobs:
minigeth/go-ethereum 13284469
minigeth/go-ethereum 13284491
- name: Install Python deps
run: pip3 install -r mipigo/requirements.txt
run: |
pip3 install -r mipigo/requirements.txt
(cd unicorn2/bindings/python && python3 setup.py install)
- name: Build minigeth for embedded
run: |
cd mipigo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment