Skip to content

Commit

Permalink
Update validate-python.yml
Browse files Browse the repository at this point in the history
Fix ls
  • Loading branch information
JREastonMarks authored Mar 6, 2024
1 parent 1d85316 commit 62f13fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
run: |
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
cd cbioportal-core &&
pwd &&
ls -lart &&
pip install -r requirements.txt &&
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'
python system_tests_validate_studies.py'

0 comments on commit 62f13fa

Please sign in to comment.