Thanks to visit codestin.com Credit goes to github.com
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 e0bccef commit 32fb993Copy full SHA for 32fb993
1 file changed
appveyor.yml
@@ -153,7 +153,8 @@ after_test:
153
- cmd: path
154
- cmd: where python
155
- cmd: '%CMD_IN_ENV% conda config --get channels'
156
- - cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
+ # currently disabled as conda-build errors :-(
157
+ #- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
158
159
# Move the conda package into the dist directory, to register it
160
# as an "artifact" for Appveyor.
0 commit comments