Skip to content

Commit

Permalink
第五次尝试修复python import异常
Browse files Browse the repository at this point in the history
  • Loading branch information
phidiaLam authored Aug 31, 2024
1 parent e9c50cd commit b7d7382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-gen-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# 在master 中生成代码
- name: generate proto code
run:
mkdir -v Ceobe_Proto/pb &&
mkdir -v /Ceobe_Proto/pb &&
python -m grpc_tools.protoc -I./Ceobe_Proto/pb=./protos --python_out=. --grpc_python_out=. ./protos/*.proto
working-directory: ./master

Expand Down

0 comments on commit b7d7382

Please sign in to comment.