Skip to content

Commit

Permalink
Fix python gh action paths
Browse files Browse the repository at this point in the history
  • Loading branch information
forus committed Apr 12, 2024
1 parent 9814360 commit 92963a1
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 @@ -17,8 +17,8 @@ jobs:
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
cd cbioportal-core &&
pip install -r requirements.txt &&
export PYTHONPATH=/cbioportal-core/src/main/resources/scripts &&
cd src/test/scripts/ &&
export PYTHONPATH=/cbioportal-core/scripts &&
cd tests/ &&
python unit_tests_validate_data.py &&
python system_tests_validate_data.py &&
python system_tests_validate_studies.py'

0 comments on commit 92963a1

Please sign in to comment.