-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete requirements.txt #10686
Delete requirements.txt #10686
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks!
- name: 'Install python requirements' | ||
working-directory: ./cbioportal | ||
run: | | ||
sudo apt-get install python3-setuptools && \ | ||
pip3 install -U wheel && \ | ||
pip3 install -r ./requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why this was ever necessary? Seems like all the python stuff runs in the docker containers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got me, legacy stuff. 🤷
Fix #10673. Removes requirements.txt from cbioportal as it is only used by cbioportal-core.
Associated core PR:
cBioPortal/cbioportal-core#17