For poetry change: need to put venv in our path so mypy protobuf plugin works

This commit is contained in:
Kevin Hester
2024-06-22 23:25:42 -07:00
parent 725de4c2f9
commit 7bea6f6120
2 changed files with 10 additions and 2 deletions

View File

@@ -22,6 +22,11 @@ jobs:
tar xvzf nanopb-0.4.6-linux-x86.tar.gz
mv nanopb-0.4.6-linux-x86 nanopb-0.4.6
- name: Install poetry (needed by regen-protobufs.sh)
run: |
python -m pip install --upgrade pip
pip3 install poetry
- name: Re-generate protocol buffers
run: |
./bin/regen-protobufs.sh