Skip to content

Commit 1152ffe

Browse files
committed
fix(integration_test): Use bash for missed source command
1 parent b47761b commit 1152ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ function installPythonDependencies() {
183183

184184
execSync("source venv/bin/activate && python3 -m pip install -r requirements.txt", {
185185
stdio: "inherit",
186+
shell: "bash",
186187
});
187188

188189
process.chdir("../"); // go back to integration_test

0 commit comments

Comments
 (0)