We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9814360 commit 92963a1Copy full SHA for 92963a1
.github/workflows/validate-python.yml
@@ -17,8 +17,8 @@ jobs:
17
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
18
cd cbioportal-core &&
19
pip install -r requirements.txt &&
20
- export PYTHONPATH=/cbioportal-core/src/main/resources/scripts &&
21
- cd src/test/scripts/ &&
+ export PYTHONPATH=/cbioportal-core/scripts &&
+ cd tests/ &&
22
python unit_tests_validate_data.py &&
23
python system_tests_validate_data.py &&
24
python system_tests_validate_studies.py'
0 commit comments