Skip to content

Commit

Permalink
More directory fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Mar 6, 2024
1 parent 486ebff commit 689b947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pwd &&
ls -lart &&
pip install -r requirements.txt &&
export PYTHONPATH=/src/main/resources/scripts &&
cd /src/test/scripts/ &&
export PYTHONPATH=/cbioportal-core/src/main/resources/scripts &&
cd src/test/scripts/ &&
python unit_tests_validate_data.py &&
python system_tests_validate_data.py &&
python system_tests_validate_studies.py'

0 comments on commit 689b947

Please sign in to comment.