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 839a9ed commit e7c9b56Copy full SHA for e7c9b56
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