diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ceaf58b..93445b9 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -35,7 +35,7 @@ steps: displayName: 'Create branch dedicated database' - script: | - python -m venv venv + python3 -m venv venv source venv/bin/activate pip install -r requirements.txt