Skip to content

Simple CI/CD pipeline - #12

Merged
pablosuvi merged 8 commits into
mainfrom
7-ci-cd
Aug 12, 2026
Merged

Simple CI/CD pipeline#12
pablosuvi merged 8 commits into
mainfrom
7-ci-cd

Conversation

@jimnel

@jimnel jimnel commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Simple pipeline, currently only installing the package and running Ruff.

Comment thread .github/workflows/on-push.yml Outdated
Comment thread .github/workflows/on-push.yml Outdated
Co-authored-by: James Nelson <janelson@tcd.ie>
@jimnel jimnel changed the title init Simple CI/CD pipeline Jul 27, 2026
@jimnel
jimnel requested a review from pablosuvi July 27, 2026 09:48
@jimnel
jimnel marked this pull request as ready for review July 27, 2026 09:54

@pablosuvi pablosuvi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Just one quick comment re-python versions

strategy:
fail-fast: false
matrix:
python-version: ["3.12"]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be better maybe to test the CI/CD pipeline with more python versions? ["3.12", "3.13", "3.14"] ?

and also change the python vresion in the .toml file to >=3.12 ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think since we don't have a large external user base testing with only one version of python is fine.

I'll update the python version.

@pablosuvi
pablosuvi merged commit 156a536 into main Aug 12, 2026
1 check passed
@pablosuvi
pablosuvi deleted the 7-ci-cd branch August 12, 2026 08:39
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