Skip to content

Commit e97df01

Browse files
Delete requirements.txt (#10686)
* Delete requirements.txt * Remove validate data * Update version and remove python requirements
1 parent f58fa39 commit e97df01

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ jobs:
1010
PORTAL_INFO_DIR: /home/runner/work/cbioportal/cbioportal/portalInfo
1111
steps:
1212
- name: 'Checkout cbioportal repo'
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
path: ./cbioportal
16-
- name: 'Install python requirements'
17-
working-directory: ./cbioportal
18-
run: |
19-
sudo apt-get install python3-setuptools && \
20-
pip3 install -U wheel && \
21-
pip3 install -r ./requirements.txt
2216
- name: 'Set up JDK 21'
2317
uses: oracle-actions/setup-java@v1
2418
with:

.github/workflows/validate-data.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)