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

Improve action's setup time #1

Open
Jackenmen opened this issue Jan 5, 2023 · 0 comments
Open

Improve action's setup time #1

Jackenmen opened this issue Jan 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Jackenmen
Copy link
Owner

Currently, most of the time is spent on the setup of the action - especially the installation of the Python package. It would be good to look into ways of improving that such as:

  • caching dependencies and the installed package (perhaps whole virtualenv) based on the action commit
  • building a wheel and storing it as a release artifact (would probably require additional fetching unless I put it as part of the repository)
  • switching from composite action to Docker action
    • this might not be the optimal direction as Docker actions are likely to be slower to set up (but the docker image is surely cached)
@Jackenmen Jackenmen added the enhancement New feature or request label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant