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 e267875 commit 00c1005Copy full SHA for 00c1005
eng/templates/official/jobs/ci-simple-e2e-tests.yml
@@ -37,10 +37,13 @@ jobs:
37
python -m pip install --upgrade pip
38
python -m pip install . pytest~=7.4.4 invoke requests
39
40
+ # Remove from virtual environment
41
+ pip uninstall -y azure-functions-worker
42
+ pip uninstall -y proxy-worker
43
+
44
cd ..
45
chmod +x eng/scripts/test-setup.sh
46
eng/scripts/test-setup.sh
-
47
displayName: 'Install only worker dependencies and build the host'
48
- bash: |
49
python -m pytest tests/endtoend/test_basic_http_functions.py
0 commit comments