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 66d02eb commit 5b1dd21Copy full SHA for 5b1dd21
azure-pipelines-templates/run-tests.yml
@@ -65,6 +65,7 @@ jobs:
65
# Python 2 and 3, but also for all OSes
66
- script: |
67
python -m pip install --upgrade pip setuptools wheel
68
+ python -m pip install .
69
python -m pip install -r tests/ci_requirements.txt
70
displayName: Install tools
71
0 commit comments