Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kachulis committed Sep 6, 2024
1 parent 5c2a5dc commit 1d991a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d991a9

Please sign in to comment.