Skip to content

Conversation

@GeorgePearse
Copy link
Owner

Summary

  • Adds GitHub Actions workflow to run pytest on every PR and push to main
  • Tests against Python 3.9, 3.10, 3.11, and 3.12 matrix
  • Excludes slow tests (pretrained model downloads) for fast CI feedback

Test plan

  • Verify workflow triggers on PR creation
  • Check all Python version matrix jobs pass
  • Confirm slow tests are properly excluded

Runs pytest against Python 3.9-3.12 matrix on:
- Pull requests to main
- Pushes to main

Excludes slow tests (pretrained model downloads) for fast CI.
@GeorgePearse GeorgePearse merged commit 8d9ec00 into main Nov 21, 2025
2 of 4 checks passed
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