Skip to content

Commit

Permalink
Upgrade conda package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Dec 30, 2023
1 parent a3e65eb commit 409905b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
$CONDA/bin/conda config --set auto_update_conda false
$CONDA/bin/conda config --set show_channel_urls true
$CONDA/bin/conda config --set add_pip_as_python_dependency false
$CONDA/bin/conda config --set conda_build.pkg_format 2
$CONDA/bin/conda config --add channels sebp
sudo $CONDA/bin/conda update -q -n base conda
sudo $CONDA/bin/conda install -q -n base anaconda-client conda-build
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
conda config --set auto_update_conda false
conda config --set show_channel_urls true
conda config --set add_pip_as_python_dependency false
conda config --set conda_build.pkg_format 2
conda config --add channels sebp
conda update -q -n base -c defaults conda
conda install -q -n base anaconda-client conda-build
Expand Down

0 comments on commit 409905b

Please sign in to comment.