Thanks to visit codestin.com Credit goes to github.com
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 6d71c85 commit 5571132Copy full SHA for 5571132
1 file changed
ci/azure-pipelines-steps.yml
@@ -54,15 +54,15 @@ steps:
54
displayName: 'Install dependencies with pip'
55
56
- bash: |
57
- MPLLOCALFREETYPE=1 pip install -ve . ||
+ MPLLOCALFREETYPE=1 python -m pip install -ve . ||
58
[[ "$PYTHON_VERSION" = 'Pre' ]]
59
displayName: "Install self"
60
61
- script: env
62
displayName: 'print env'
63
64
65
- PYTHONFAULTHANDLER=1 pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
+ PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
66
67
displayName: 'pytest'
68
0 commit comments