Skip to content

Commit 120aa64

Browse files
committed
Windows: PIP_VERBOSE=1
1 parent 3a8afa0 commit 120aa64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/azure-pipelines-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- script: |
6464
set RUST_BACKTRACE=1
6565
set VIRTUALENV_VERBOSE=1
66+
set PIP_VERBOSE=1
6667
cargo run --bin pyoxidizer -- init --pip-install cryptography --python-code 'print("hello, world")' %HOME%/pyapp
6768
cargo run --bin pyoxidizer -- --verbose run %HOME%/pyapp
6869
displayName: Build Oxidized Application (Windows)

0 commit comments

Comments
 (0)