Skip to content

Commit

Permalink
Install protoc in run-bench CI job (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jun 17, 2024
1 parent 18b890e commit 2bb211e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"

- uses: arduino/setup-protoc@v3
with:
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

# Build
- run: python -m pip install --upgrade wheel poetry poethepoet
- run: poetry install --no-root --all-extras
Expand Down

0 comments on commit 2bb211e

Please sign in to comment.