document pip config in CI yaml

This commit is contained in:
Fischer Moseley 2023-02-17 09:46:43 -05:00
parent 5df3f54ba5
commit 6475869fcb
1 changed files with 8 additions and 1 deletions

View File

@ -16,12 +16,19 @@ jobs:
- name: Install Manta from Source
run: |
pip install setuptools --upgrade
# omitting the following commmand causes the version of setuptools
# used by python to get confused, and it doesn't detect the name
# or version of the package from pyproject.toml - so the following
# workaround is used:
# https://github.com/pypa/setuptools/issues/3269#issuecomment-1254507377
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
python3 -m pip install .
- name: Generate Core
run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
- name: Build Verilog
working-directory: examples/counter
run: mkdir obj && python3 lab-bc.py