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 89a0ee8 commit 44c368bCopy full SHA for 44c368b
.github/workflows/validate-python.yml
@@ -17,8 +17,4 @@ 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/scripts &&
21
- cd tests/ &&
22
- python unit_tests_validate_data.py &&
23
- python system_tests_validate_data.py &&
24
- python system_tests_validate_studies.py'
+ source test_scripts.sh'
0 commit comments