-
Notifications
You must be signed in to change notification settings - Fork 47
Migrate from CircleCI to GitHub Actions #124
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
Conversation
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
|
@copilot build on all branches, not just master |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
|
@copilot remove the Also only test on Python 3.10-3.12 |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
|
@copilot only test on Python 3.10-3.12 |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
|
@copilot add python 3.13 and 3.14 to test matrix |
|
@copilot also add python 3.13 and 3.14 to the test matrix |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
.github/workflows/test.yml
Outdated
|
|
||
| on: | ||
| push: | ||
| pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot trigger on push only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 0e91647. The workflow now triggers on push events only.
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Replaces CircleCI with GitHub Actions for CI/CD.
Changes
.github/workflows/test.yml: Matrix testing across Python 3.10, 3.11, 3.12, 3.13, and 3.14 with pip upgrade and explicitcontents: readpermission. Uses latest GitHub Actions versions (checkout@v4, setup-python@v5). Workflow triggers on push events to all branches.python_requires='>=3.10'to enforce minimum Python version.circleci/config.yml: No longer neededThe workflow now tests on modern Python versions (3.10-3.14) instead of the older versions (3.7-3.10) used in CircleCI.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.