From 43132c41b5e2f44311da58beaa3604c111ad377a Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 18 Mar 2025 17:51:51 +0100 Subject: [PATCH] typo --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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