We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99496c commit b38eef0Copy full SHA for b38eef0
.github/workflows/az_fnapp_deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
pushd '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
30
python -m pip install --upgrade pip
31
- pip install -r ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}requirements.txt --target=".python_packages/lib/site-packages"
+ pip install -r requirements.txt --target=".python_packages/lib/site-packages"
32
popd
33
34
- name: 'Run Azure Functions Action'
0 commit comments