diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fbb9eb62..e73297d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,6 @@ jobs: # Install dependencies - install specific PyPI packages with pip, including cmd2 dependencies - script: | python -m pip install --upgrade pip && pip3 install --upgrade setuptools gnureadline tox - pip install -e . displayName: 'Upgrade pip and setuptools' continueOnError: false |