Skip to content

Commit 43a4f6a

Browse files
committed
minor fix
1 parent a4829d9 commit 43a4f6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,9 @@ jobs:
253253
displayName: 'Use Python 3.x'
254254
inputs:
255255
versionSpec: 3.x
256+
- template: .azure-pipelines/templates/azdev_setup.yml
256257
- bash: |
258+
#!/usr/bin/env bash
259+
set -ev
260+
source ./env/bin/activate
257261
python scripts/ci/test_init.py -v

0 commit comments

Comments
 (0)