Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c47edde

Browse files
committed
Revert "Appveyor: disable building conda packages as they fail the build"
This reverts commit e7c9b56.
1 parent 4032499 commit c47edde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ after_test:
148148
- cmd: path
149149
- cmd: where python
150150
- cmd: '%CMD_IN_ENV% conda config --get channels'
151-
# currently disabled as conda-build errors :-(
152-
#- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
151+
- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
153152

154153
# Move the conda package into the dist directory, to register it
155154
# as an "artifact" for Appveyor.

0 commit comments

Comments
 (0)