Skip to content

fix(ci): remove broken pyficache branch install step#83

Open
circleci-app[bot] wants to merge 1 commit intopython-3.6-to-3.10from
chunk/changes-1776971105874-1776971105874
Open

fix(ci): remove broken pyficache branch install step#83
circleci-app[bot] wants to merge 1 commit intopython-3.6-to-3.10from
chunk/changes-1776971105874-1776971105874

Conversation

@circleci-app
Copy link
Copy Markdown
Contributor

@circleci-app circleci-app Bot commented Apr 23, 2026

Prompt Given

Fix job failure for job 1211

Root cause: The CI pipeline installs pyficache from the python-3.6-to-3.10 branch of python-filecache, but that branch fails to build its wheel requirements (Getting requirements to build wheel did not run successfully). This caused the pipeline to abort before any tests ran.

Fix approach: Remove the redundant failing install step. The same pyficache package is already installed from the default branch on the very next step (pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache), making the branch-specific install unnecessary.

Changes made:

  • Removed the failing pip install --local -e git+https://github.com/rocky/python-filecache.git@python-3.6-to-3.10#egg=pyficache step from .circleci/config.yml

Original failing job

View more about this proposed fix in the CircleCI web app →

**Root cause:** The CI pipeline installs `pyficache` from the `python-3.6-to-3.10` branch of `python-filecache`, but that branch fails to build its wheel requirements (`Getting requirements to build wheel did not run successfully`). This caused the pipeline to abort before any tests ran.

**Fix approach:** Remove the redundant failing install step. The same `pyficache` package is already installed from the default branch on the very next step (`pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache`), making the branch-specific install unnecessary.

**Changes made:**
- Removed the failing `pip install --local -e git+https://github.com/rocky/python-filecache.git@python-3.6-to-3.10#egg=pyficache` step from `.circleci/config.yml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants