Skip to content
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

Use uv #1439

Merged
merged 24 commits into from
Oct 29, 2024
Merged

Use uv #1439

merged 24 commits into from
Oct 29, 2024

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Oct 12, 2024

Related Issue(s):

Description:

  • Switch from using requirements files to using uv.lock
  • Create a "dummy" package for docs so we can use the same lockfile
  • Use uv on readthedocs ✨
  • Make some slightly-opinionated tweaks to CI
  • Add Python 3.13
  • Update install instructions to python -m pip: Add docs developmentseed/cql2-rs#36 (comment)

PR Checklist:

  • Pre-commit hooks and tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@gadomski gadomski self-assigned this Oct 12, 2024
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.15%. Comparing base (f4cff03) to head (b654a64).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1439      +/-   ##
==========================================
- Coverage   91.22%   91.15%   -0.07%     
==========================================
  Files          52       52              
  Lines        7251     7251              
  Branches     1019      875     -144     
==========================================
- Hits         6615     6610       -5     
- Misses        457      461       +4     
- Partials      179      180       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jsignell jsignell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! The dependabot PRs are overwhelming.

.github/workflows/continuous-integration.yml Outdated Show resolved Hide resolved
@gadomski gadomski added this pull request to the merge queue Oct 29, 2024
Merged via the queue into main with commit b052b2a Oct 29, 2024
22 checks passed
@gadomski gadomski deleted the issues/1436-uv branch October 29, 2024 15:26
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.

Convert to uv
2 participants