Skip to content

Feature/44 GitHub actions ci#218

Open
ChrsBaur wants to merge 2 commits intomasterfrom
feature/44-github-actions-ci
Open

Feature/44 GitHub actions ci#218
ChrsBaur wants to merge 2 commits intomasterfrom
feature/44-github-actions-ci

Conversation

@ChrsBaur
Copy link
Copy Markdown
Contributor

@ChrsBaur ChrsBaur commented May 3, 2026

  • Added github as a new ci_pipeline option (closes Add CI Pipeline Template for GitHub Actions #44). Selecting GitHub Actions generates .github/workflows/ci.yml with build and test jobs, supporting all four package managers (conda with micromamba, pip, poetry, uv). The GitLab CI option is unchanged.

Changed

  • Updated the README to document the new GitHub Actions CI choice under "Choices explained".

ChrsBaur added 2 commits May 4, 2026 01:02
Adds `github` to the `ci_pipeline` cookiecutter choice. Generates a
`.github/workflows/ci.yml` with build and test jobs for all supported
package managers (conda, pip, poetry, uv). Updates post_gen_project.py
to clean up the .github directory when GitHub Actions is not selected.
Adds three new tests covering pip, conda, and poetry variants.
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.

Add CI Pipeline Template for GitHub Actions

1 participant