From 1e0be65e13c6b030901b107f08e24eb77e0bef74 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 13:25:58 +0100 Subject: [#193] Replace Poetry with Pipenv --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4031da8c..e85608a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,7 +96,7 @@ jobs: USER_CREATE_COMMAND: CREATE USER pysite WITH PASSWORD 'pysite' CREATEDB displayName: set up the database - - script: python -m pip install poetry && python -m poetry install --extras "test ci" + - script: python -m pip install pipenv && python -m pipenv install --dev --system displayName: install requirements - script: | -- cgit v1.2.3