aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-25 03:04:45 +1000
committerGravatar scragly <[email protected]>2019-09-25 03:04:45 +1000
commitd91beca91d2e58b1ca01ea9f5c9ac92185b0c193 (patch)
tree1761af6a1590a2c168ac8d640690818169cee15b
parentFix reminders filter query (diff)
Remove unnecessary sudo for pipenv install.
-rw-r--r--azure-pipelines.yml2
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