Skip to content

add GitHub CI workflow - #10

Merged
whannah1 merged 2 commits into
mainfrom
whannah/add-github-workflow
Aug 4, 2026
Merged

add GitHub CI workflow#10
whannah1 merged 2 commits into
mainfrom
whannah/add-github-workflow

Conversation

@whannah1

@whannah1 whannah1 commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

This pull request adds a new GitHub Actions workflow to automate testing for the project. The workflow is configured to run tests on multiple Python versions whenever code is pushed, a pull request is opened, or the workflow is manually triggered.

Continuous Integration Setup:

  • Added a .github/workflows/tests.yml workflow that runs tests using pytest on Python versions 3.11, 3.12, and 3.13 for all pushes to main, pull requests, and manual triggers.
  • Configured dependency installation and test execution steps, including caching pip dependencies for faster builds.
  • Enabled workflow concurrency to automatically cancel in-progress test runs for the same branch, ensuring only the latest run executes.

@whannah1 whannah1 changed the title add GitHub workflow add GitHub CI workflow Aug 4, 2026
@whannah1
whannah1 merged commit d407c67 into main Aug 4, 2026
3 checks passed
@whannah1
whannah1 deleted the whannah/add-github-workflow branch August 4, 2026 22:47
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.

1 participant