We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afa0c2 commit ff244afCopy full SHA for ff244af
.ci/pipeline/nightly.yml
@@ -61,8 +61,10 @@ jobs:
61
vmImage: 'ubuntu-22.04'
62
steps:
63
- script: |
64
+ conda config --show channels
65
+ conda config --remove channels https://repo.anaconda.com/pkgs/main
66
+ conda config --remove channels https://repo.anaconda.com/pkgs/r
67
conda config --append channels conda-forge
- conda config --remove channels defaults
68
conda update -y -q conda
69
conda create -y -q -n CB -c conda-forge python=$(python.version) dal-devel impi-devel
70
displayName: 'Conda create'
0 commit comments