Skip to content

Commit

Permalink
Merge branch 'fix-integration-test-script' into blender-addon-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Nov 18, 2024
2 parents fb62c9e + 31c2f97 commit e81ed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/install-client-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python -m grpc_tools.protoc -I=. \
--python_out=../pycue/opencue/compiled_proto \
--grpc_python_out=../pycue/opencue/compiled_proto ./*.proto
cd ..
python ../ci/fix_compiled_proto.py pycue/opencue/compiled_proto
python ci/fix_compiled_proto.py pycue/opencue/compiled_proto

# Install all client packages.
pip install pycue/ pyoutline/ cueadmin/ cuesubmit/ cuegui/

0 comments on commit e81ed48

Please sign in to comment.