We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955a6f commit 69fbd08Copy full SHA for 69fbd08
eng/templates/jobs/build.yml
@@ -10,7 +10,7 @@ jobs:
10
python --version
11
displayName: 'Check python version'
12
- bash: |
13
- python -m venv .env
+ python -m venv .env
14
.env\Scripts\Activate.ps1
15
python -m pip install -U pip
16
python -m pip install .
0 commit comments