We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f5bab commit 209318aCopy full SHA for 209318a
appveyor.yml
@@ -25,9 +25,9 @@ build_script:
25
- conda update conda-env
26
- conda install conda-build
27
- ps: if(-not $env:APPVEYOR_PULL_REQUEST_NUMBER) { conda install anaconda-client }
28
- - conda build conda\ndt.recipe --channel dynd/channel/dev
+ - conda build conda\ndt.recipe --channel dynd/channel/dev --channel dynd/channel/ci
29
- rd /q /s build dynd.ndt.egg-info
30
- - conda build conda\nd.recipe --channel dynd/channel/dev
+ - conda build conda\nd.recipe --channel dynd/channel/dev --channel dynd/channel/ci
31
32
on_success:
33
# Redirect output from stderr to stdout to avoid having the command for uploading
0 commit comments