From 2adbcac4422352999e0a3e039730ce72595d4536 Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Wed, 29 May 2024 19:44:53 +0000 Subject: [PATCH] use wxflow on disk and added link_workflow and removed pip install wxflow --- .github/workflows/ci-unit_tests.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit_tests.yaml b/.github/workflows/ci-unit_tests.yaml index 5e4d1d0a8b..ddeda367e1 100644 --- a/.github/workflows/ci-unit_tests.yaml +++ b/.github/workflows/ci-unit_tests.yaml @@ -23,7 +23,10 @@ jobs: sudo apt-get update sudo apt-get install -y perl libxml-libxml-perl libxml-libxslt-perl libdatetime-perl python -m pip install --upgrade pip - pip install pytest wxflow + pip install pytest + pip install pytest-xdist + cd $GITHUB_WORKSPACE/sorc + ./link_workflows.sh # If you have a requirements.txt file, you can install all dependencies using: # pip install -r requirements.txt