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 github workflows to test software in different environemnts #72

Open
paola-g opened this issue Dec 3, 2024 · 1 comment
Open

Use github workflows to test software in different environemnts #72

paola-g opened this issue Dec 3, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@paola-g
Copy link
Collaborator

paola-g commented Dec 3, 2024

We can use the github framework to test the code with different python versions and across operating systems to enrich the documentation.

@paola-g paola-g added the documentation Improvements or additions to documentation label Dec 3, 2024
@jsheunis
Copy link
Contributor

jsheunis commented Dec 3, 2024

Using a github action with a "matrix strategy" could be useful: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#about-matrix-strategies

Also, I would suggest running the workflow on PRs to master and also on merges to master.

Note: the current documentation build workflow could also be updated to run on PRs (if any content in the docs directory changed in the PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants