Skip to content

Commit da6e720

Browse files
committed
fix typo
1 parent f3a2870 commit da6e720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def fragment(session, use_ads_templates=False):
175175

176176
# The specific failure is `Plugin output is unparseable`
177177
if session.python in ("3.9", "3.10"):
178-
session.install("google-api-core-2.11.0")
178+
session.install("google-api-core=2.11.0")
179179

180180
frag_files = (
181181
[Path(f) for f in session.posargs] if session.posargs else FRAGMENT_FILES

0 commit comments

Comments
 (0)