Skip to content

Commit

Permalink
Give conda-forge higher priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-usov committed Dec 22, 2022
1 parent 385b9a1 commit 0eb65ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Prepare
run: |
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client
$CONDA/bin/conda config --append channels conda-forge
$CONDA/bin/conda config --add channels conda-forge
$CONDA/bin/conda config --append channels paulscherrerinstitute
$CONDA/bin/conda config --set channel_priority strict
$CONDA/bin/conda config --set anaconda_upload yes
Expand Down

0 comments on commit 0eb65ef

Please sign in to comment.