Commit Graph

10 Commits

Author SHA1 Message Date
obiwan04kanobi b99719ce60 Add Docker build test to CI workflow
- Adds docker-build-test job to regression.yml
- Runs on push/merge to master and release branches
- Extracts VERSION_TAG from pyproject.toml for build
- Tests that Docker image builds and runs successfully
- Resolves dockerfile syntax warnings
- Resolves #2196"
2025-10-05 00:22:12 +05:30
Paul Pfeister 702bfee988
chore: deprecate 3.8, 3.9 2025-09-14 01:10:52 -04:00
Paul Pfeister c6c1f3eef7
Deprecate Python 3.8
Python 3.8 is nearing EOL, and it's being deprecated here to allow for
more ready dependency resolution between pandas and numpy, avoiding a
fatal import. Resolves #2266.
2024-08-23 01:15:47 -04:00
Paul Pfeister c71cb72a29
Add release branches to ci
Closes #2194
2024-06-29 00:49:30 -04:00
Paul Pfeister 255c9dea8c
Swap yaml wildcard for workflow 2024-06-24 16:15:12 -04:00
Paul Pfeister c58b030456
Break linting env out 2024-06-24 16:06:33 -04:00
Paul Pfeister f86bdc1f84
Add yaml to triggers 2024-06-24 15:57:37 -04:00
Paul Pfeister 54f6bf3f79
Explicitly run tox lint testenv 2024-06-24 15:51:44 -04:00
Siddharth Dushantha 579a3e794a Only execute GitHub action when needed
fixes #2158
2024-06-17 02:36:24 +02:00
Paul Pfeister b2ddd9a396
Re-ID Regression CI 2024-05-31 17:08:50 -04:00
Renamed from .github/workflows/pull_request.yml (Browse further)