ci: fix e2e tests not running in python 3.9
This commit is contained in:
parent
8a54014a13
commit
c0fd3e79bc
|
@ -261,7 +261,7 @@ stages:
|
||||||
script: |
|
script: |
|
||||||
sudo apt install -y libxmlsec1-dev pkg-config
|
sudo apt install -y libxmlsec1-dev pkg-config
|
||||||
sudo pip install -U wheel pipenv
|
sudo pip install -U wheel pipenv
|
||||||
pipenv install --dev
|
pipenv install --dev --python python3.9
|
||||||
- task: DockerCompose@0
|
- task: DockerCompose@0
|
||||||
displayName: Run ChromeDriver
|
displayName: Run ChromeDriver
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Reference in New Issue