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

fix linter complaints, cleanup gha caching #160

Merged
merged 2 commits into from
Oct 9, 2024
Merged

fix linter complaints, cleanup gha caching #160

merged 2 commits into from
Oct 9, 2024

Conversation

dtrifiro
Copy link
Contributor

@dtrifiro dtrifiro commented Oct 9, 2024

No description provided.

@@ -73,7 +74,7 @@ jobs:
uses: actions/cache@v4
with:
path: /home/runner/.nox
key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}
key: ${{ runner.os }}-python-${{steps.setup-python.outputs.python-version }}-${{ hashFiles('noxfile.py') }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some CI failures seemed to be caused by the fact that the cache was create for python 3.12.6 but actions were setting up the newly released 3.12.7.

Let's use the correct key by using the setup-python action's outputs

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 58.35%. Comparing base (dd0eb1c) to head (3c8d006).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/vllm_tgis_adapter/grpc/grpc_server.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #160   +/-   ##
=======================================
  Coverage   58.34%   58.35%           
=======================================
  Files          27       27           
  Lines        1611     1616    +5     
  Branches      268      206   -62     
=======================================
+ Hits          940      943    +3     
+ Misses        582      581    -1     
- Partials       89       92    +3     

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

@dtrifiro dtrifiro changed the title fix linter complaints fix linter complaints, cleanup gha caching Oct 9, 2024
@dtrifiro dtrifiro merged commit 3af0679 into main Oct 9, 2024
3 checks passed
@dtrifiro dtrifiro deleted the fix-linting branch October 9, 2024 12:37
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.

2 participants