We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3db27 commit 2634f64Copy full SHA for 2634f64
1 file changed
.github/workflows/python-package-conda.yml
@@ -50,7 +50,7 @@ jobs:
50
channel_priority: strict
51
channels:
52
- conda-forge
53
- # - cadwr-dms # uncomment if your recipe/tests need it
+ - cadwr-dms # uncomment if your recipe/tests need it
54
55
- name: Show env
56
shell: bash -l {0}
@@ -79,7 +79,7 @@ jobs:
79
80
run: |
81
micromamba activate tools
82
- conda mambabuild conda.recipe
+ conda mambabuild conda.recipe -c conda-forge -c cadwr-dms
83
84
- name: Upload to Anaconda (if token configured)
85
if: env.ANACONDA_CHANNEL_UPLOAD_TOKEN != ''
0 commit comments