Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable latest conda in CI (for now) #932

Merged
merged 1 commit into from
Dec 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install --yes conda conda-build mamba boa
conda update --all --yes
conda install --yes "conda<22.11.0" conda-build mamba boa
displayName: Update conda base environment
- bash: |
Expand Down Expand Up @@ -159,8 +158,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install --yes python=$PYTHON_VERSION conda conda-build mamba boa
conda update --all --yes
conda install --yes python=$PYTHON_VERSION "conda<22.11.0" conda-build mamba boa
displayName: Update conda base environment
- bash: |
Expand Down Expand Up @@ -215,8 +213,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install --yes conda conda-build mamba boa
conda update --all --yes
conda install --yes "conda<22.11.0" conda-build mamba boa
displayName: Update conda base environment
- bash: |
Expand Down