diff options
author | 2019-09-25 03:04:45 +1000 | |
---|---|---|
committer | 2019-09-25 03:04:45 +1000 | |
commit | d91beca91d2e58b1ca01ea9f5c9ac92185b0c193 (patch) | |
tree | 1761af6a1590a2c168ac8d640690818169cee15b | |
parent | Fix reminders filter query (diff) |
Remove unnecessary sudo for pipenv install.
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de454e5c4..b5ecab83c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: versionSpec: '3.7.x' addToPath: true - - script: sudo pip install pipenv + - script: pip install pipenv displayName: 'Install pipenv' - script: pipenv install --dev --deploy --system |