Skip to content

Commit 2c9a734

Browse files
fix nightly build failure on windows when installing pip (#539)
1 parent a547a7f commit 2c9a734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/templates/create-env-step-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
4646
- bash: |
4747
source activate ${{parameters.condaEnv}}
48-
pip install --upgrade pip --user
48+
python -m pip install --upgrade pip --user
4949
displayName: Upgrade pip to latest for windows
5050
condition: eq(variables['Agent.OS'], 'Windows_NT')
5151

0 commit comments

Comments
 (0)