You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/07 16:18:00 UTC

[jira] [Commented] (ARROW-5142) [CI] Fix conda calls in AppVeyor scripts

    [ https://issues.apache.org/jira/browse/ARROW-5142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858784#comment-16858784 ] 

Wes McKinney commented on ARROW-5142:
-------------------------------------

The patch in progress suggests possible problems with our Windows wheels

https://github.com/apache/arrow/pull/4015#issuecomment-495291780

> [CI] Fix conda calls in AppVeyor scripts
> ----------------------------------------
>
>                 Key: ARROW-5142
>                 URL: https://issues.apache.org/jira/browse/ARROW-5142
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration
>    Affects Versions: 0.13.0
>            Reporter: Antoine Pitrou
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Our {{.bat}} files for AppVeyor CI use "{{conda}}" to execute Conda commands, unfortunately those exit the {{.bat}} script immediately after returning. We need to invoke Conda using "{{call conda}}" instead. However, doing so exposes a bug in the wheel tests that went unnoticed.
> See https://github.com/apache/arrow/pull/4015



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)