Skip to content

Commit

Permalink
Remove validator
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Mar 6, 2024
1 parent 4f75662 commit e2f808d
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-core python:3.6 /bin/sh -c '
docker run -v ${PWD} python:3.6 /bin/sh -c '
pwd &&
ls -lart &&
pip install -r requirements.txt &&
Expand Down

0 comments on commit e2f808d

Please sign in to comment.