summaryrefslogtreecommitdiff
path: root/.github/workflows/python_matrix.yml
AgeCommit message (Collapse)Author
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-10-14Removed setuptools from GitHub actions.Jacob Walls
Follow-up to 61c5c3173281b1e906a891aa6a6c6f9cdc9f2b8a.
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2024-10-25Made GitHub actions display all warnings in Python tests.Mariusz Felisiak
2024-10-09Added GitHub Action workflow to test all Python versions listed in the ↵nessita
project config file.