-
Notifications
You must be signed in to change notification settings - Fork 21
Fix CI (piffle, codecov, models test) #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the piffle dependency from a git-based installation to the official PyPI version 0.7.0, following the merge of upstream changes that make piffle available as a direct dependency.
Key Changes:
- Updated
setup.pyto usepiffle>=0.7.0from PyPI instead of installing from a git branch - Removed git-based piffle installation commands from CI workflows and documentation
- Added multi-column sorting in annotator and removed unused hashlib import
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Uncommented and updated piffle dependency to version 0.7.0 from PyPI |
| mapreader/annotate/annotator.py | Removed unused hashlib import and modified sorting logic with multi-column sort |
| docs/source/using-mapreader/step-by-step-guide/1-download.rst | Removed manual piffle installation instructions that are no longer needed |
| .github/workflows/mr_pip_ci.yml | Removed git-based piffle installation from CI pipeline |
| .github/workflows/mr_ci_text_spotting.yml | Removed git-based piffle installation, added --no-build-isolation flags, updated huggingface-hub version constraint, downgraded codecov action from v5 to v4, and added timeout |
| .github/workflows/mr_ci.yml | Removed git-based piffle installation and added timeout to codecov upload step |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
07874a0 to
0c4f060
Compare
0c4f060 to
9c98d4f
Compare
Summary
Fixes failing tests
Describe your changes
Since Princeton-CDH/piffle#25 was merged we can now have piffle as a direct dependancy.
Checklist before assigning a reviewer (update as needed)
Reviewer checklist
Please add anything you want reviewers to specifically focus/comment on.