From d2ad472c87b44af3f4a4f807099f618fac99895a Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 24 Jan 2023 10:21:32 +0000 Subject: [PATCH] Fix: Re-instate path change to fix tox jobs A bug was recently introduced preventing tox from finding the tox.ini Issue-ID: CIMAN-33 Signed-off-by: Matthew Watkins Change-Id: I6a6e7a97c02637beb3b6578f7aaf9aeaf2129e8d --- jjb/global-templates-python.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index dcc59855c..5c44bda9d 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -74,10 +74,15 @@ export TOX_TESTENV_PASSENV=PYTHONPATH fi + python -m pip install --upgrade pip + python -m pip install --upgrade tox argparse + # Useful debugging python --version + python -m pip freeze tox --version + cd $WORKSPACE/{path} tox publishers: -- 2.16.6