Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 08b5e62

Browse files
committed
restore removed installation
I meant to fix this before committing (it was done by Gemini CLI) but I forgot.
1 parent d27b8fa commit 08b5e62

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,6 @@ jobs:
348348
run: |
349349
sudo apt-get update
350350
sudo apt-get install -y pandoc gcc git
351-
- name: Install protoc.
352-
run: |
353-
sudo mkdir -p /usr/src/protoc/
354-
sudo chown -R ${USER} /usr/src/
355-
curl --location https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip --output /usr/src/protoc/protoc-${PROTOC_VERSION}.zip
356-
cd /usr/src/protoc/
357-
unzip protoc-${PROTOC_VERSION}.zip
358-
sudo ln -s /usr/src/protoc/bin/protoc /usr/local/bin/protoc
359351
- name: Install nox.
360352
run: |
361353
python -m pip install nox

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ def fragment(session, use_ads_templates=False):
171171
"pytest-asyncio",
172172
"grpcio-tools",
173173
)
174+
session.install("-e", ".")
175+
174176
# The specific failure is `Plugin output is unparseable`
175177
if session.python in ("3.9", "3.10"):
176178
session.install("google-api-core<2.28")

0 commit comments

Comments
 (0)