Skip to content

Commit

Permalink
Install betterproto
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed May 30, 2024
1 parent 9db4721 commit 93910ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,16 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3


- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Install Betterproto
run: |
python3 -m pip install betterproto
- name: Cache Go modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 93910ca

Please sign in to comment.