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 3bd410b commit 4e54397Copy full SHA for 4e54397
azure-pipelines.yml
@@ -42,7 +42,7 @@ jobs:
42
displayName: 'Install dependencies'
43
44
- script: |
45
- python setup.py install
+ python -m pip install . --no-deps -vv
46
displayName: 'build'
47
48
0 commit comments