Skip to content

Commit

Permalink
Don't generate Protobuf on install
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and ripatel-fd committed Apr 25, 2024
1 parent 5893352 commit 954f34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
protoc --python_out=src/test_suite invoke.proto
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source test_suite_env/bin/activate
sudo dnf install -y python3.11-devel || true
make -j -C impl
pip install .
protoc --python_out=src/test_suite invoke.proto

0 comments on commit 954f34e

Please sign in to comment.