Skip to content

Commit

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

0 comments on commit 7838cd9

Please sign in to comment.