Skip to content

Commit b38eef0

Browse files
committed
fix: requirements path
1 parent a99496c commit b38eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_fnapp_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pushd '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
3030
python -m pip install --upgrade pip
31-
pip install -r ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}requirements.txt --target=".python_packages/lib/site-packages"
31+
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
3232
popd
3333
3434
- name: 'Run Azure Functions Action'

0 commit comments

Comments
 (0)