Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 4cf6b64

Browse files
committed
for testing
1 parent 987e194 commit 4cf6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _session_tests(
216216
if post_install:
217217
post_install(session)
218218

219-
session.install("--upgrade", "protobuf")
219+
session.install("--upgrade", "protobuf", "--no-binary", "protobuf")
220220
session.install("proto-plus==1.20.1")
221221

222222
session.run(

0 commit comments

Comments
 (0)