Skip to content

Commit

Permalink
Merge pull request #932 from xylar/fix_py3.11_ci
Browse files Browse the repository at this point in the history
Disable latest conda in CI (for now)
  • Loading branch information
xylar committed Dec 1, 2022
2 parents ba824d7 + 74421fa commit f1f2aa6
Showing 1 changed file with 3 additions and 6 deletions.
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

0 comments on commit f1f2aa6

Please sign in to comment.