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

Migrate actions logic to a Python package #459

Open
da1910 opened this issue Apr 17, 2024 · 1 comment
Open

Migrate actions logic to a Python package #459

da1910 opened this issue Apr 17, 2024 · 1 comment

Comments

@da1910
Copy link

da1910 commented Apr 17, 2024

There are now several actions that have dependences and extensive python code as multiline literals in a workflow file. These can't be tested, and won't be properly covered by dependabot etc for their dependencies.

Can we please get these into a repo, built into a proper package and distributed via pip correctly? Something like ansys.actions.scripts or similar?

@jorgepiloto jorgepiloto changed the title Python Organzation Migrate actions logic to a Python package Apr 18, 2024
@jorgepiloto
Copy link
Member

Thanks for raising this discussion, @da1910. I think this is a great approach. In addition, I would like to keep such package in this same repository.

This would also allow us to take advantage of tools like semver to solve old issues like #217.

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

No branches or pull requests

2 participants