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

ci: use uv to install packages #11679

Merged
merged 1 commit into from
May 21, 2024
Merged

ci: use uv to install packages #11679

merged 1 commit into from
May 21, 2024

Conversation

nijel
Copy link
Member

@nijel nijel commented May 21, 2024

Proposed changes

  • use uv instead of pip for better peformance
  • drop cache as uv cache is way bigger than pip

Checklist

  • Lint and unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added documentation to describe my feature.
  • I have squashed my commits into logic units.
  • I have described the changes in the commit messages.

Other information

@nijel nijel added this to the 5.6 milestone May 21, 2024
@nijel nijel self-assigned this May 21, 2024
@nijel nijel force-pushed the uv branch 3 times, most recently from 2cba793 to 3423b69 Compare May 21, 2024 06:46
@nijel
Copy link
Member Author

nijel commented May 21, 2024

@nijel nijel force-pushed the uv branch 4 times, most recently from 351a522 to 68d1a8a Compare May 21, 2024 07:12
- use uv instead of pip for better peformance
- drop cache as uv cache is way bigger than pip
- install setuptools only when invoking setup.py manually
@nijel nijel merged commit df594d2 into WeblateOrg:main May 21, 2024
28 of 29 checks passed
@nijel nijel deleted the uv branch May 21, 2024 08:24
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.52%. Comparing base (6aee586) to head (d84713d).
Report is 3411 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #11679      +/-   ##
==========================================
- Coverage   90.82%   90.52%   -0.31%     
==========================================
  Files         554      572      +18     
  Lines       57306    58665    +1359     
  Branches     9122     9372     +250     
==========================================
+ Hits        52046    53104    +1058     
- Misses       3640     3854     +214     
- Partials     1620     1707      +87     

see 256 files with indirect coverage changes

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.

1 participant