From 1d991a945f2fc2ae392cc7ccd22276899ad33328 Mon Sep 17 00:00:00 2001 From: Chris Kachulis Date: Fri, 6 Sep 2024 14:43:26 -0400 Subject: [PATCH] . --- .github/workflows/run_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 3170ae8eb..ea2608e83 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -97,6 +97,7 @@ jobs: - name: ScoreBGE Unit tests run: | pip install -r ImputationPipeline/ScoreBGE/requirements.txt - export PYTHONPATH=~/palantir-workflows cd ImputationPipeline/ScoreBGE/tests + export PYTHONPATH=~/palantir-workflows + echo $PYTHONPATH python -m unittest test_ScoreBGE.py \ No newline at end of file