Skip to content

Commit

Permalink
Point to my repo temporarily to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Sep 20, 2023
1 parent bba05ac commit 5bf3edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_stubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
set -e
if [ "$FORCE_INSTALL" -eq 1 ]; then
[[ -z "$INSTALLED" ]] || pip uninstall -y capnp-stub-generator
pip install git+https://github.com/commaai/capnp-stub-generator.git
pip install git+https://github.com/nworb-cire/capnp-stub-generator.git@openpilot-tweaks
fi
capnp-stub-generator -p "*.capnp" -c "(car|log|maptile|legacy|custom).py" "*.pyi"

Expand Down

0 comments on commit 5bf3edf

Please sign in to comment.