Skip to content

TST: Conda CI build not using latest wheels? #253

Closed
@tswast

Description

@tswast
Collaborator

See: #247 (comment)

The Conda build is likely using an old version of pandas, even though it's supposed to be using pre-release wheels.

Activity

tswast

tswast commented on Mar 8, 2019

@tswast
CollaboratorAuthor

I do see pandas 0.25 nightly builds on https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ so it's not as simple as changing the URL. Next steps to debug should probably be to print out the version of pandas in the https://github.com/pydata/pandas-gbq/blob/master/ci/run_conda.sh script.

Actually, I think I figured it out.

https://github.com/pydata/pandas-gbq/blob/8a263453e66b29dcfaed018bd0714d669bfa44e2/.circleci/config.yml#L53

should set PANDAS=MASTER if we want to use the nightlies on the conda build. Then again, maybe it's still useful to have some minimum version of pandas build. So if that's currently the oldest supported, we should make sure one of the pip builds has that pandas version.

self-assigned this
on Mar 8, 2019
added
type: processA process-related concern. May include testing, release, or the like.
on Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @tswast

    Issue actions

      TST: Conda CI build not using latest wheels? · Issue #253 · googleapis/python-bigquery-pandas