dependabot[bot]
3e2462c127
Bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 23:12:11 +00:00
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
035c794593
Update main.yml
2025-03-24 18:32:39 +00:00
Jonathon Broughton
e990e1d90a
Update main.yml
2025-03-24 18:30:47 +00:00
Jonathon Broughton
3eba7ff10c
Update main.yml
2025-03-24 18:27:48 +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
dependabot[bot]
abaa59eb4d
Bump specklesystems/speckle-automate-github-composite-action ( #3 )
...
Bumps [specklesystems/speckle-automate-github-composite-action](https://github.com/specklesystems/speckle-automate-github-composite-action ) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/specklesystems/speckle-automate-github-composite-action/releases )
- [Commits](https://github.com/specklesystems/speckle-automate-github-composite-action/compare/0.8.1...0.9.0 )
---
updated-dependencies:
- dependency-name: specklesystems/speckle-automate-github-composite-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 21:37:43 +00:00
renovate[bot]
d1971c92d7
Update actions/checkout action to v4.2.2 ( #5 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:37:00 +00:00
Jonathon Broughton
188148c69f
Initial commit
2025-01-24 21:24:28 +00:00