Update assess_new_production_model.yml #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy new production model | |
on: | |
push: | |
jobs: | |
helloworld: | |
permissions: | |
id-token: write | |
contents: read | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Set up Python | |
uses: actions/setup-python@v2 | |
with: | |
python-version: 3.11 | |
- name: Install and Configure Outerbounds | |
run: |- | |
pip install -U outerbounds && \ | |
outerbounds service-principal-configure \ | |
--name gha-ob-obp \ | |
--deployment-domain dev-latest.outerbounds.xyz \ | |
--perimeter default \ | |
--github-actions | |
- name: Run Evaluate New Model In GHA | |
run: |- | |
python evaluate_new_model_flow.py run --with card |