Skip to content

Commit

Permalink
Update test python version
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Aug 26, 2024
1 parent e708f6a commit 8cb9e0b
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 @@ -14,7 +14,7 @@ jobs:
- name: 'Validate tests'
working-directory: ./cbioportal-core
run: |
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
docker run -v ${PWD}:/cbioportal-core python:3.9 /bin/sh -c '
cd cbioportal-core &&
pip install -r requirements.txt &&
./test_scripts.sh'

0 comments on commit 8cb9e0b

Please sign in to comment.