File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/test_files/test_ci_cd_ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 python -m pip install --upgrade repo_helper
3030 # $CONDA is an environment variable pointing to the root of the miniconda directory
3131 $CONDA/bin/conda update -q conda
32+ $CONDA/bin/conda install conda-build
3233 {% for channel in conda_channels %}
33- $CONDA/bin/conda config --add channels {{ channel }}
34- {% endfor %}
34+ $CONDA/bin/conda config --add channels {{ channel }}{% endfor %}
3535
3636 - name : " Build and install package"
3737 run : |
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 python -m pip install --upgrade repo_helper
3030 # $CONDA is an environment variable pointing to the root of the miniconda directory
3131 $CONDA/bin/conda update -q conda
32+ $CONDA/bin/conda install conda-build
3233
3334 $CONDA/bin/conda config --add channels conda-forge
3435
35-
3636 - name : " Build and install package"
3737 run : |
3838 # This mess is only necessary because conda won't fix it themselves
You can’t perform that action at this time.
0 commit comments