Skip to content

Commit

Permalink
ci: install protoc in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jun 17, 2024
1 parent f7b8b9e commit e0fd820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
with:
python-version: '3.10'
cache: "pip"
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Install Tierkreis
run: pip install ."[typecheck]"
run: pip install '.[typecheck]'
- name: Build docs
run: |
cd docs
Expand Down

0 comments on commit e0fd820

Please sign in to comment.