Skip to content

Commit

Permalink
Update assess_new_production_model.yml github action
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsirak authored Jun 17, 2024
1 parent 3adce7d commit 31203cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/assess_new_production_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |-
pip install -U outerbounds && \
outerbounds service-principal-configure \
--name <YOUR-SERVICE-PRINCIPAL-NAME> \
--deployment-domain <YOUR-OUTERBOUNDS-DEPLOYMENT-NAME> \
--perimeter <YOUR-OUTERBOUNDS-PERIMETER-NAME> \
--name gha-ob-obp \
--deployment-domain dev-latest.outerbounds.xyz \
--perimeter default \
--github-actions
- name: Run helloworld flow
run: |-
python evaluate_new_model_flow.py run --with card
python evaluate_new_model_flow.py run --with card

0 comments on commit 31203cd

Please sign in to comment.