-
Notifications
You must be signed in to change notification settings - Fork 0
DEVOPS-922: followup - relock on beta conda packages #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
DEVOPS-922: lock on published beta
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR transitions the project from git-based dependencies to published beta releases (0.12.0b1+) for geoh5py, las-geoh5, and mira-omf packages. It also updates the CI/CD workflows to support both conda and poetry package managers, and improves security scanning by replacing the generic zizmor workflow with dedicated workflows for pull requests (annotate) and non-PR events (advanced security).
- Switched from git repository dependencies to versioned beta releases (b1) for all three main dependencies
- Updated GitHub Actions workflows to test with both conda and poetry, while removing Python 3.11 from the test matrix
- Enhanced security scanning with separate zizmor workflows for different contexts
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| recipe.yaml | Updated dependency version constraints to use beta releases (b1) instead of stable versions, and added a test to verify the _version.py file is included in the package |
| pyproject.toml | Switched from git-based dependencies to versioned beta releases with allow-prereleases flag enabled |
| poetry.lock | Updated lock file reflecting the change from development git dependencies to published beta releases with proper version hashes |
| .github/workflows/security_scan.yml | Replaced single zizmor workflow with two separate workflows: one for advanced security (non-PR) and one for annotations (PR) |
| .github/workflows/python_analysis.yml | Added conda package manager support for static analysis and split pytest into separate jobs for poetry and conda, with JFrog Artifactory integration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
00547fe to
450a09b
Compare
…factory keep another test execution with published pypi packages
as they capture user ID for conda channels And they are mostly used for debugging when calling conda lock. Keeping there history has little value
00547fe to
804b109
Compare
DEVOPS-922 - build a Python environment for Analyst 4.7 development