Skip to content

Commit 09bea02

Browse files
committed
fix(generator): add --no-build-isolation when installing local google-api-core in showcase sessions
1 parent 492bf63 commit 09bea02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def showcase_library(
392392
# Install the library without a constraints file.
393393
session.install("-e", tmp_dir)
394394

395-
session.install("-e", "../google-api-core", "--no-deps")
395+
session.install("-e", "../google-api-core", "--no-build-isolation", "--no-deps")
396396

397397
yield tmp_dir
398398

0 commit comments

Comments
 (0)