Skip to content

Commit

Permalink
[integration-test] [ci/cd] Fix install-client-sources script (#1588)
Browse files Browse the repository at this point in the history
**Link the Issue(s) this Pull Request is related to.**
N/A

**Summarize your change.**
Fixes broken filepath of ci/fix_compiled_proto.py directory.
Identified as it broke the integration test script.
  • Loading branch information
n-jay authored Dec 4, 2024
1 parent eb494e7 commit 33bde08
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 33bde08

Please sign in to comment.