We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a2870 commit da6e720Copy full SHA for da6e720
noxfile.py
@@ -175,7 +175,7 @@ def fragment(session, use_ads_templates=False):
175
176
# The specific failure is `Plugin output is unparseable`
177
if session.python in ("3.9", "3.10"):
178
- session.install("google-api-core-2.11.0")
+ session.install("google-api-core=2.11.0")
179
180
frag_files = (
181
[Path(f) for f in session.posargs] if session.posargs else FRAGMENT_FILES
0 commit comments