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

Avoiding cache if pyproject is not modified #2607

Merged
merged 6 commits into from
Jan 5, 2024

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Jan 4, 2024

I have the feeling that some steps (like library build) reuse cache so not all the changes are applied.

this is useful most of the cases, but cache should not be done when we are updating dependencies so we can make sure we test compatibilities.

@germa89 germa89 requested a review from a team as a code owner January 4, 2024 15:32
@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc Maintenance labels Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0ceb0fb) 77.94% compared to head (19d5efd) 79.79%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2607      +/-   ##
==========================================
+ Coverage   77.94%   79.79%   +1.85%     
==========================================
  Files          46       46              
  Lines        9118     9118              
==========================================
+ Hits         7107     7276     +169     
+ Misses       2011     1842     -169     

@germa89
Copy link
Collaborator Author

germa89 commented Jan 5, 2024

@pyansys-ci-bot LGTM

@germa89 germa89 enabled auto-merge (squash) January 5, 2024 10:50
Copy link
Contributor

@pyansys-ci-bot pyansys-ci-bot left a comment

Choose a reason for hiding this comment

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

✅ Approving this PR because germa89 said so in here 😬

@germa89 germa89 merged commit 4c2779a into main Jan 5, 2024
22 of 23 checks passed
@germa89 germa89 deleted the feat/not-caching-if-dependencies branch January 5, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related with CICD, Github Actions, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants