Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit bf19e23

Browse files
authored
Fix hanging jupyterlite build via jupyterlite-shpinx
1 parent fcb4281 commit bf19e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlite_xeus_python/env_build_addon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def _create_env_with_config(self, conda, channels):
194194
[
195195
conda,
196196
"create",
197+
"--yes",
197198
"--prefix",
198199
self.prefix_path,
199200
*channels
@@ -205,6 +206,7 @@ def _create_env_with_config(self, conda, channels):
205206
[
206207
conda,
207208
"install",
209+
"--yes",
208210
"--prefix",
209211
self.prefix_path,
210212
*channels,

0 commit comments

Comments
 (0)