Skip to content

Commit 4f7b587

Browse files
committed
test
1 parent 631a912 commit 4f7b587

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.azure-pipelines/templates/azdev_setup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ steps:
1818
azdev setup -c $CLI_REPO_PATH -r $CLI_EXT_REPO_PATH --debug
1919
pip list -v
2020
azdev --version
21+
which azdev
22+
pip show azdev
23+
python -c "import sys; print('\n'.join(sys.path))"
2124
az --version
2225
displayName: 'azdev setup'
2326
env:

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,8 @@ jobs:
258258
#!/usr/bin/env bash
259259
set -ev
260260
source ./env/bin/activate
261+
azdev --version
262+
which azdev
263+
pip show azdev
264+
python -c "import sys; print('\n'.join(sys.path))"
261265
python scripts/ci/test_init.py -v

0 commit comments

Comments
 (0)