File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
88
88
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
89
89
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
91
91
- name : Running 3.8 Tests
92
92
if : matrix.python-version == 3.8
93
93
env :
Original file line number Diff line number Diff line change 2
2
"description" :{
3
3
"language" :" python" ,
4
4
"extensions" :[" .py" ],
5
- "defaultExecutablePath" :" C: \\ Users \\ victoriahall \\ Documents \\ repos \\ azure-functions- python-worker \\ .venv \\ Scripts \\ python.exe " ,
5
+ "defaultExecutablePath" :" python" ,
6
6
"defaultWorkerPath" :" worker.py" ,
7
7
"workerIndexing" : " true"
8
8
}
9
- }
9
+ }
You can’t perform that action at this time.
0 commit comments