Skip to content
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

Merged
merged 4 commits into from
Mar 6, 2024
Merged

Conversation

JREastonMarks
Copy link
Contributor

@JREastonMarks JREastonMarks commented Mar 1, 2024

Fix #10673. Removes requirements.txt from cbioportal as it is only used by cbioportal-core.

Associated core PR:
cBioPortal/cbioportal-core#17

Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@JREastonMarks JREastonMarks requested a review from inodb March 6, 2024 19:13
@inodb inodb added the cleanup label Mar 6, 2024
Copy link
Member

@inodb inodb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks!

Comment on lines -16 to -21
- name: 'Install python requirements'
working-directory: ./cbioportal
run: |
sudo apt-get install python3-setuptools && \
pip3 install -U wheel && \
pip3 install -r ./requirements.txt
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got me, legacy stuff. 🤷

@inodb inodb merged commit e97df01 into master Mar 6, 2024
17 of 19 checks passed
@inodb inodb deleted the fix-10673-Remove-Python-Requirements-File branch March 6, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python requirements file stored in main repo but only used by cbioportal-core
2 participants