Set conda channel_priority to 'strict'
This commit is contained in:
parent
9ebe290966
commit
085620abae
1
.github/workflows/deployment.yaml
vendored
1
.github/workflows/deployment.yaml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
run: |
|
||||
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client
|
||||
$CONDA/bin/conda config --append channels conda-forge
|
||||
$CONDA/bin/conda config --set channel_priority strict
|
||||
$CONDA/bin/conda config --set anaconda_upload yes
|
||||
|
||||
- name: Build and upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user