diff options
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1a7a4f..615d3a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ jobs: BASE_CHANGED: 'True' VENV_CHANGED: 'True' BASE_PULL: 'False' + VENV_PULL: 'False' steps: - template: ci/build.yml |