Skip to content

Commit 78f968c

Browse files
scbeddVinothini Dharmaraj
authored andcommitted
Use platform-specific activation, pin setuptools 69.2.0 (#36454)
* pin setuptools to 69.2.0 * use virtualenv for our virtual environment creation instead of default venv * source the virtual environment just before build steps, versus prepending path which was working unreliably * remove venv use from test phase, as it wasn't actually having the effect we originally expected
1 parent 2d36cc9 commit 78f968c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/pipelines/templates/steps/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ steps:
3131
parameters:
3232
versionSpec: '${{ parameters.PythonVersion }}'
3333

34-
- template: /eng/pipelines/templates/steps/use-venv.yml
35-
3634
- template: set-dev-build.yml
3735
parameters:
3836
ServiceDirectory: ${{ parameters.ServiceDirectory }}

0 commit comments

Comments
 (0)