Skip to content

Commit

Permalink
add cbioportal-core to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Feb 27, 2024
1 parent c8da998 commit e9d66e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ git clone --depth 1 -b master https://github.com/cbioportal/cbioportal.git
# install validator dependencies
sudo pip install -r cbioportal/requirements.txt

# Clone cBioPortal core
cd ~/
git clone https://github.com/cBioPortal/cbioportal-core.git

# Make test reports location
cd ~/
mkdir ~/test-reports
Expand Down

0 comments on commit e9d66e7

Please sign in to comment.