Skip to content

Commit

Permalink
updated permissions for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosha Rajashekar committed Jun 10, 2024
1 parent b354886 commit 2326982
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mlops-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
- name: Set up Azure Machine Learning
run: |
az extension add -n azure-cli-ml
az ml workspace --name ${{ env.workspace-name }} --resource-group ${{ env.resource-group }}
- name: Upload dataset
run: |
az ml data create -f ./ml/data.yaml
az ml data create -f ./ml/data.yaml --workspace-name ${{ env.workspace-name }} --resource-group ${{ env.resource-group }}
- name: Submit training run
run: |
az ml job create --file ./ml/train.yaml
az ml job create --file ./ml/train.yaml --workspace-name ${{ env.workspace-name }} --resource-group ${{ env.resource-group }}
# - name: Register the model
# run: |
Expand Down

0 comments on commit 2326982

Please sign in to comment.