Skip to content

Commit

Permalink
Azure: undo --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Feb 22, 2020
1 parent fa44a5b commit 90c79a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ stages:
script: |
set -eux
python --version
python -m pip --version
python -m pip install --verbose --user -e '.[development-pytest]'
python -m pip install --user -e '.[development-pytest]'
python -m pip list --disable-pip-version-check --no-index -vvv
chmod -v +x -- ./tools/pytest.sh
./tools/pytest.sh
Expand Down

0 comments on commit 90c79a8

Please sign in to comment.