Skip to content

BUG: pyarrow-nightly CI fails during Pixi install due to stale locked nightly wheel #65690

Description

@kjmin622

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

bash
pixi install -e pyarrow-nightly --locked
Error: The process '/home/runner/.pixi/bin/pixi' failed with exit code 1

Issue Description

The pyarrow-nightly environment uses the scientific-python nightly wheel index. However, pixi.lock pins a direct URL for the pyarrow-25.0.0.dev48 wheel, and that nightly artifact has been removed from the index, causing a 404 during installation.

Expected Behavior

The pyarrow-nightly CI job should not fail simply because an older nightly wheel artifact has been pruned.

Installed Versions

Details

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugCIContinuous Integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions