SIENTIAPDE-1327
Update requirements and simplify CI workflow for quality checks - Added new dependencies: kaleido, hyperopt, and shap to requirements.txt. - Refactored the quality gate workflow to use a template for improved maintainability and reduced complexity.
This commit is contained in:
15
.github/workflows/release.yml
vendored
Normal file
15
.github/workflows/release.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Create Release on Merge to Main
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-release.yml@main
|
||||
permissions: write-all
|
||||
with:
|
||||
project_name: 'laborious'
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user