Skip to content

CI: Mambaforge upgrade base image to 3.10 in docker build #48382

@phofl

Description

@phofl
Member

Mambaforge upgraded the python version to 3.10 in their image causing our builds to fail. The first affected version is 4.14.0-0

Failing build:
https://github.com/pandas-dev/pandas/runs/8171619523?check_suite_focus=true

Activity

added
CIContinuous Integration
on Sep 3, 2022
mroeschke

mroeschke commented on Sep 5, 2022

@mroeschke
Member

Generally, it's probably not great that in our Dockerfile that we're trying to update the base 3.10 environment with our 3.8 environment.yml as it appears conda/mamba is still trying to use 3.10 packages to update the environment.

A guess also is that downgrading certifi here (because of installing environment.yml?) is also probably not good.

  - certifi                                2022.6.15  py310hff52083_0     conda-forge                   
  + certifi                                2022.6.15  pyhd8ed1ab_1        conda-forge/noarch       158kB
phofl

phofl commented on Sep 5, 2022

@phofl
MemberAuthor

No this isn’t great. We should bump our python version at some point

added this to the 1.5 milestone on Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous Integration

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Participants

      @mroeschke@phofl

      Issue actions

        CI: Mambaforge upgrade base image to 3.10 in docker build · Issue #48382 · pandas-dev/pandas