We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631a912 commit 1258a67Copy full SHA for 1258a67
azure-pipelines.yml
@@ -80,7 +80,7 @@ jobs:
80
- bash: |
81
#!/usr/bin/env bash
82
set -ev
83
- pip install requests packaging setuptools
+ source ./env/bin/activate
84
export CI="ADO"
85
python ./scripts/ci/test_index.py -v
86
displayName: "Verify Extensions Index"
0 commit comments