diff --git a/.DS_Store b/.DS_Store index 1550ab1..88b26c9 100644 --- a/.DS_Store +++ b/.DS_Store Binary files differ diff --git a/Jenkinsfile b/Jenkinsfile index 284161f..3ca768d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -116,8 +116,6 @@ ls -lart pwd cd ledger - python3 -m venv $VENV_DIR - . $VENV_DIR/bin/activate 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