Skip to content

Commit

Permalink
test and directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Mar 6, 2024
1 parent 7838cd9 commit 4f75662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: actions/checkout@v4
- name: 'Validate tests'
run: |
docker run -v ${PWD} python:3.6 /bin/sh -c '
docker run -v ${PWD}:cbioportal-core python:3.6 /bin/sh -c '
pwd &&
ls -lart &&
pip install -r requirements.txt &&
export PYTHONPATH=/src/main/resources/scripts &&
cd /src/test/scripts/ &&
Expand Down

0 comments on commit 4f75662

Please sign in to comment.