Skip to content

Commit 1258a67

Browse files
committed
minor fix
1 parent 631a912 commit 1258a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- bash: |
8181
#!/usr/bin/env bash
8282
set -ev
83-
pip install requests packaging setuptools
83+
source ./env/bin/activate
8484
export CI="ADO"
8585
python ./scripts/ci/test_index.py -v
8686
displayName: "Verify Extensions Index"

0 commit comments

Comments
 (0)