Skip to content

Commit c7258af

Browse files
committed
Try to get it working
1 parent 16dfa13 commit c7258af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/evaluate.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ jobs:
109109
--tenant-id "$Env:AZURE_TENANT_ID"
110110
shell: pwsh
111111

112-
- name: Provision Infrastructure
113-
run: azd provision --no-prompt
114-
env:
115-
AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
116-
117112
- name: Run local server in background
118113
run: |
119114
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)

0 commit comments

Comments
 (0)