We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0091a commit e030b7bCopy full SHA for e030b7b
.github/workflows/sample-builder.yml
@@ -240,6 +240,8 @@ jobs:
240
rm miniconda3/miniconda.sh
241
source miniconda3/bin/activate
242
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
245
246
# Install gh
247
conda install conda-forge::gh --channel conda-forge -y
0 commit comments