We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213faa0 + e60c8ea commit 6f67f33Copy full SHA for 6f67f33
bin/regen-protobufs.sh
@@ -6,6 +6,12 @@ set -e
6
#gsed -i 's/import "\//import ".\//g' ./protobufs/meshtastic/*
7
#gsed -i 's/package meshtastic;//g' ./protobufs/meshtastic/*
8
9
+POETRYDIR=$(poetry env info --path)
10
+
11
+if [[ -z "${POETRYDIR}" ]]; then
12
+ poetry install
13
+fi
14
15
# protoc looks for mypy plugin in the python path
16
source $(poetry env info --path)/bin/activate
17
0 commit comments