Skip to content

Commit 9a14554

Browse files
authored
Source setup-venv.yml from Tools repository
Signed-off-by: Tyler Krehbiel <39509337+tkrebes@users.noreply.github.com>
1 parent 7a64fcb commit 9a14554

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipeline.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ resources:
88
- repository: DevCentral/ni-central
99
type: git
1010
name: ni-central
11+
- repository: Tools
12+
type: git
13+
name: DevCentral/Tools
14+
ref: 1034f8129f933c91c24abbd737e429590e3f23ff
1115

1216
parameters:
1317
- name: rtos_oetest_locked_pr_build
@@ -77,7 +81,7 @@ stages:
7781
- job: SanityTests
7882
continueOnError: false
7983
steps:
80-
- template: /eng/pipeline/python/templates/setup-venv.yml@DevCentral/ni-central
84+
- template: /eng/pipeline/python/templates/setup-venv.yml@Tools
8185
parameters:
8286
venvName: test_venv
8387
${{ if ne(parameters.rtos_oetest_locked_pr_build, ' ') }}:

0 commit comments

Comments
 (0)