20 Commits

Author SHA1 Message Date
Jonathon Broughton 5bd172d5b3 Add editable package installation to workflows
- Added step to install the package in editable mode.
- Updated Dockerfile to include editable package installation.
2025-03-24 18:51:38 +00:00
Jonathon Broughton 975e69dc86 Update installation steps and dependencies
- Removed uv installation from workflows and Dockerfile.
- Consolidated tooling installations into a single step.
- Changed dependency installation to use requirements.txt instead of pyproject.toml.
- Set PYTHONPATH in the Dockerfile for module accessibility.
2025-03-24 18:49:33 +00:00
Jonathon Broughton e4d0a42cd9 Auto stash before merge of "main" and "origin/main" 2025-03-24 18:39:26 +00:00
Jonathon Broughton 152032b366 Update Dockerfile 2025-03-24 18:33:00 +00:00
Jonathon Broughton 19c3a08a76 Update Dockerfile 2025-03-24 18:30:27 +00:00
Jonathon Broughton addd6c9c9f Update Dockerfile 2025-03-24 18:30:17 +00:00
Jonathon Broughton 0e0f80b7a3 Update Dockerfile 2025-03-24 18:28:45 +00:00
Jonathon Broughton 1452f38324 Update dependency installation process
- Switched to using requirements.txt for installing dependencies.
- Removed the use of a specific package manager for syncing.
- Cleaned up the requirements file by removing autogenerated comments and unnecessary entries.
2025-03-24 17:45:19 +00:00
Jonathon Broughton dacdbaebda Update dependency installation commands
- Changed `uv pip sync` to `uv sync` in workflows
- Updated Dockerfile to reflect the same command change
2025-03-24 17:38:17 +00:00
Jonathon Broughton 7023f41a74 Update main.yml (#18)
* Update main.yml

* Update Dockerfile
2025-03-24 17:32:17 +00:00
Jonathon Broughton 1fa18fb657 Update dependency installation commands
- Changed `uv pip install` to `uv pip sync` in workflow and Dockerfile.
- Added new package with dependencies in lock file.
- Removed old package definition from lock file.
2025-03-24 17:29:23 +00:00
Jonathon Broughton 218b889302 Update dependency installation methods
- Changed pip upgrade and install commands to use 'uv'
- Updated workflow for installing dependencies
- Modified Dockerfile to reflect new installation approach
2025-03-24 17:25:22 +00:00
Jonathon Broughton d78bd1f8fc Update dependency installation commands
- Changed pip install commands to upgrade pip first
- Simplified installation of the package in workflows and Dockerfile
2025-03-24 16:37:03 +00:00
Jonathon Broughton 774c412efc Update Python version to 3.13
- Changed Python version in workflow config
- Updated local Python version file
- Switched Docker base image to 3.13
2025-03-24 16:30:12 +00:00
Jonathon Broughton 5ea62fdc8d Update package installation commands
- Changed pip install command to include `--only-binary=:all:`
- Updated workflow and Dockerfile for consistency
2025-03-24 16:26:16 +00:00
Jonathon Broughton 690e6f7d13 Update package installation commands
- Changed pip install command to use --system flag
- Updated workflow and Dockerfile for consistency
2025-03-24 12:31:43 +00:00
Jonathon Broughton 6186ee139f Update Python version and dependency management
- Changed Python version to 3.12.4 in workflows
- Switched to using 'uv' for dependency installation
- Updated Dockerfile to reflect new base image and install method
- Added package configuration in pyproject.toml
2025-03-24 12:28:15 +00:00
Jonathon Broughton 31ff21a178 Update dependencies installation process
- Switched from Poetry to pip for managing dependencies.
- Updated Python version in the Dockerfile to 3.13.
- Simplified installation steps in CI workflow and Dockerfile.
2025-03-24 09:42:05 +00:00
renovate[bot] 29b5c7d4c2 Update python Docker tag to v3.13 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:12 +00:00
Jonathon Broughton 188148c69f Initial commit 2025-01-24 21:24:28 +00:00