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 7b80db1 commit e9c50cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-gen-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
# 在master 中生成代码
- name: generate proto code
run:
mkdir -v pb &&
python -m grpc_tools.protoc -ICeobe_Proto/pb=../../protos --python_out=./pb --grpc_python_out=./pb ../../protos/*.proto
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

# 清理 py code gen 中的Py文件和workflow文件
Expand Down

0 comments on commit e9c50cd

Please sign in to comment.