Skip to content

Commit e40c811

Browse files
committed
action
1 parent 5434602 commit e40c811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-functions-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
- name: Activate virtual environment and install dependencies
2626
run: |
27-
pushd './.'
27+
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
30-
popd
30+
3131

3232
- name: Azure Login
3333
uses: azure/login@v1

0 commit comments

Comments
 (0)