From c0fd3e79bc2b7d4d7dab4c11637dd2f0baf3448d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 23 Nov 2020 00:38:25 +0100 Subject: [PATCH] ci: fix e2e tests not running in python 3.9 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c1296d35..0569a21fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -261,7 +261,7 @@ stages: script: | sudo apt install -y libxmlsec1-dev pkg-config sudo pip install -U wheel pipenv - pipenv install --dev + pipenv install --dev --python python3.9 - task: DockerCompose@0 displayName: Run ChromeDriver inputs: