Skip to content

Commit 00c1005

Browse files
committed
fix worker installation
1 parent e267875 commit 00c1005

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/templates/official/jobs/ci-simple-e2e-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ jobs:
3737
python -m pip install --upgrade pip
3838
python -m pip install . pytest~=7.4.4 invoke requests
3939
40+
# Remove from virtual environment
41+
pip uninstall -y azure-functions-worker
42+
pip uninstall -y proxy-worker
43+
4044
cd ..
4145
chmod +x eng/scripts/test-setup.sh
4246
eng/scripts/test-setup.sh
43-
4447
displayName: 'Install only worker dependencies and build the host'
4548
- bash: |
4649
python -m pytest tests/endtoend/test_basic_http_functions.py

0 commit comments

Comments
 (0)