Skip to content

Commit bc35881

Browse files
author
Victoria Hall
committed
worker config
1 parent 47b42ef commit bc35881

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_e2e_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString37 }}
8888
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString37 }}
8989
ARCHIVE_WEBHOST_LOGS: ${{ github.event.inputs.archive_webhost_logging }}
90-
run: ..github/Scripts/fwpc-tests.sh .github/Scripts/e2e-tests.sh
90+
run: .github/Scripts/fwpc-tests.sh .github/Scripts/e2e-tests.sh
9191
- name: Running 3.8 Tests
9292
if: matrix.python-version == 3.8
9393
env:

python/test/worker.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"description":{
33
"language":"python",
44
"extensions":[".py"],
5-
"defaultExecutablePath":"C:\\Users\\victoriahall\\Documents\\repos\\azure-functions-python-worker\\.venv\\Scripts\\python.exe",
5+
"defaultExecutablePath":"python",
66
"defaultWorkerPath":"worker.py",
77
"workerIndexing": "true"
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)