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 new feature caching pip cache with setup-python action #61

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Oct 18, 2022

It simplifies a bit the workflow as we remove 2 steps in general (getting the pip cache path which depends on plateform and then using the cache action itself).

However the action relies on the existence of "requirements.txt" files or at least of a file which manage the required dependencies.
Thus for "linter" and "build" job, we have a small step creating this file (respectively with only pre-commit, or build as defined dependencies).

@g-poveda
Copy link
Collaborator

lgtm

@g-poveda g-poveda merged commit 83ab87a into airbus:master Oct 18, 2022
@nhuet nhuet deleted the nht/cache-pip branch November 7, 2022 09:05
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