Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Add all Python packages (versioned!) to Dockerfile #1008

Merged
merged 17 commits into from
Apr 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
print python package list for debugging
  • Loading branch information
jashapiro committed Apr 15, 2021
commit 3e289aad040d0076103fd1006dfccfbf11fdcb61
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
name: List Data Directory Contents
command: ./scripts/run_in_ci.sh ls data/testing

- run:
name: Check python packages
command: ./scripts/run_in_ci.sh pip3 freeze

- run:
name: High level histology grouping for plot labels
command: ./scripts/run_in_ci.sh Rscript -e "rmarkdown::render('figures/mapping-histology-labels.Rmd', clean = TRUE)"
Expand Down