Skip to content

Commit ff244af

Browse files
authored
Jupyter Nightly job fix (#2302)
* Jupyter Nightly job fix * TEMPORARY: trigger Jupyter job in PR * Revert "TEMPORARY: trigger Jupyter job in PR" This reverts commit 754e97f. * TEMPORARY: move Jupyter job to CI * Revert "TEMPORARY: move Jupyter job to CI" This reverts commit b44997f. * Update conda config command * TEMPORARY: move jupyter job to CI * Revert "TEMPORARY: move jupyter job to CI" This reverts commit 908b40d. * Update conda channels * TEMPORARY: move jupyter job to CI * Revert "TEMPORARY: move jupyter job to CI" This reverts commit aa89a40. * Return conda-forge to command
1 parent 5afa0c2 commit ff244af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/pipeline/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ jobs:
6161
vmImage: 'ubuntu-22.04'
6262
steps:
6363
- 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
6467
conda config --append channels conda-forge
65-
conda config --remove channels defaults
6668
conda update -y -q conda
6769
conda create -y -q -n CB -c conda-forge python=$(python.version) dal-devel impi-devel
6870
displayName: 'Conda create'

0 commit comments

Comments
 (0)