Skip to content

Commit

Permalink
Fix builder.yml conda-channel list
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Dec 15, 2019
1 parent 531a187 commit bbabf31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
{%- endraw %}
conda-channels: anaconda, conda-forge, ${{ cookiecutter.anaconda_organization }}
conda-channels: anaconda, conda-forge, {{ cookiecutter.anaconda_organization }}
{%- raw %}
- run: |
conda install conda-build setuptools_scm
Expand Down

0 comments on commit bbabf31

Please sign in to comment.