Skip to content

Commit e030b7b

Browse files
authored
Samples: Avoid miniconda CondaToSNonInteractiveError
1 parent 9c0091a commit e030b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sample-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
rm miniconda3/miniconda.sh
241241
source miniconda3/bin/activate
242242
conda init --all
243+
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
244+
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
243245
244246
# Install gh
245247
conda install conda-forge::gh --channel conda-forge -y

0 commit comments

Comments
 (0)