ci: fix e2e tests not running in python 3.9

This commit is contained in:
Jens Langhammer 2020-11-23 00:38:25 +01:00
parent 8a54014a13
commit c0fd3e79bc
1 changed files with 1 additions and 1 deletions

View File

@ -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: