diff --git a/Jenkinsfile b/Jenkinsfile index cf9c876..284161f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -118,9 +118,9 @@ cd ledger python3 -m venv $VENV_DIR . $VENV_DIR/bin/activate - python -m pip install --upgrade pip - if [ -f requirements.txt ]; then pip install -r requirements.txt || true; fi' - pip install robotframework selenium robotframework-seleniumlibrary webdriver-manager || true' + python3 -m pip install --upgrade pip + python3 -m pip install robotframework selenium robotframework-seleniumlibrary webdriver-manager || true + if [ -f requirements.txt ]; then pip install -r requirements.txt || true; fi """ } }