Skip to content

Commit

Permalink
test: add unary clinet test samples
Browse files Browse the repository at this point in the history
Signed-off-by: LingKa <[email protected]>
  • Loading branch information
LingKa28 committed Feb 6, 2024
1 parent 12667a2 commit ab2d690
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,18 @@ jobs:
- name: Install Pip
run: sudo apt install pip

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21

- name: Generate API
uses: ./.github/workflows/protobuf
run: |
cd py-xline
python3 -m pip install grpcio grpcio-tools
git submodule init
git submodule update
make
- name: Install Hatch
run: pip install hatch==1.7.0
Expand Down

0 comments on commit ab2d690

Please sign in to comment.