Skip to content

Commit 2634f64

Browse files
EliEli
authored andcommitted
Add DWR channel.
1 parent 1d3db27 commit 2634f64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
channel_priority: strict
5151
channels:
5252
- conda-forge
53-
# - cadwr-dms # uncomment if your recipe/tests need it
53+
- cadwr-dms # uncomment if your recipe/tests need it
5454
5555
- name: Show env
5656
shell: bash -l {0}
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash -l {0}
8080
run: |
8181
micromamba activate tools
82-
conda mambabuild conda.recipe
82+
conda mambabuild conda.recipe -c conda-forge -c cadwr-dms
8383
8484
- name: Upload to Anaconda (if token configured)
8585
if: env.ANACONDA_CHANNEL_UPLOAD_TOKEN != ''

0 commit comments

Comments
 (0)