Skip to content

Commit 0ee6348

Browse files
authored
[personal test] Modify installation command to skip dependencies
1 parent d58a9ba commit 0ee6348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-apps-card/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def prerelease_deps(session, protobuf_implementation):
461461
session.skip("cpp implementation is not supported in python 3.11+")
462462

463463
# Install all dependencies
464-
session.install("-e", ".")
464+
session.install("-e", ".", "--no-deps")
465465

466466
# Install dependencies for the unit test environment
467467
unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES

0 commit comments

Comments
 (0)