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 3a8afa0 commit 120aa64Copy full SHA for 120aa64
1 file changed
ci/azure-pipelines-template.yml
@@ -63,6 +63,7 @@ jobs:
63
- script: |
64
set RUST_BACKTRACE=1
65
set VIRTUALENV_VERBOSE=1
66
+ set PIP_VERBOSE=1
67
cargo run --bin pyoxidizer -- init --pip-install cryptography --python-code 'print("hello, world")' %HOME%/pyapp
68
cargo run --bin pyoxidizer -- --verbose run %HOME%/pyapp
69
displayName: Build Oxidized Application (Windows)
0 commit comments