Skip to content

Commit 937d7b5

Browse files
committed
add back step to install dependencies
1 parent 67b21e1 commit 937d7b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eng/templates/official/jobs/ci-lc-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
displayName: 'Start Azurite Storage Emulator'
4141
condition: and(eq(variables.isSdkRelease, false), eq(variables.isExtensionsRelease, false), eq(variables['USETESTPYTHONSDK'], false), eq(variables['USETESTPYTHONEXTENSIONS'], false))
4242
43-
# - bash: |
44-
# python -m pip install --upgrade pip
45-
# python -m pip install -U -e ${{ parameters.PROJECT_DIRECTORY }}/[dev]
43+
- bash: |
44+
python -m pip install --upgrade pip
45+
python -m pip install -U -e ${{ parameters.PROJECT_DIRECTORY }}/[dev]
4646
47-
# cd ${{ parameters.PROJECT_DIRECTORY }}/tests
48-
# python -m invoke -c test_setup build-protos
49-
# displayName: 'Install dependencies and the worker'
50-
# # Skip the installation stage for SDK and Extensions release branches. This stage will fail because pyproject.toml contains the updated (and unreleased) library version
51-
# condition: and(eq(variables.isSdkRelease, false), eq(variables.isExtensionsRelease, false), eq(variables['USETESTPYTHONSDK'], false), eq(variables['USETESTPYTHONEXTENSIONS'], false))
47+
cd ${{ parameters.PROJECT_DIRECTORY }}/tests
48+
python -m invoke -c test_setup build-protos
49+
displayName: 'Install dependencies and the worker'
50+
# Skip the installation stage for SDK and Extensions release branches. This stage will fail because pyproject.toml contains the updated (and unreleased) library version
51+
condition: and(eq(variables.isSdkRelease, false), eq(variables.isExtensionsRelease, false), eq(variables['USETESTPYTHONSDK'], false), eq(variables['USETESTPYTHONEXTENSIONS'], false))
5252
5353
- bash: |
5454
# Install Azure CLI (if not already present)

0 commit comments

Comments
 (0)