commit | f256954abca8dacbb2e9a2d2190bdaa8a79c1f63 | [log] [tgz] |
---|---|---|
author | Matt Venn <matt@mattvenn.net> | Wed Aug 31 17:19:39 2022 +0200 |
committer | Matt Venn <matt@mattvenn.net> | Wed Aug 31 17:19:39 2022 +0200 |
tree | efb706a8d5ec47e3c553a280fe2e564084784bb8 | |
parent | 97c116a2456e49311c55cedcfae472a442cbb1a0 [diff] |
try yosys python
diff --git a/.github/workflows/multi_tool.yaml b/.github/workflows/multi_tool.yaml index f90d6eb..89e488e 100644 --- a/.github/workflows/multi_tool.yaml +++ b/.github/workflows/multi_tool.yaml
@@ -66,8 +66,9 @@ cocotb-config --libpython cocotb-config --python-bin + # do something else - name: setup python - - run: pip install -r $HOME/multi_project_tools/requirements.txt + run: pip install -r $HOME/multi_project_tools/requirements.txt # fetch the repos - name: fetch all