mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
For poetry change: need to put venv in our path so mypy protobuf plugin works
# Conflicts: # bin/regen-protobufs.sh
This commit is contained in:
1 parent
67e1e7c318
commit
46edd78f92
2 files changed
+8
No files matched your search
@@ -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
|
||||
|
||||
Reference in new issue
Block a user