Skip to content

Commit

Permalink
feat: temp
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 da98520
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ jobs:
run: sudo apt install pip

- 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 da98520

Please sign in to comment.