Skip to content

Commit

Permalink
Update deploy.yml (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s authored Sep 16, 2024
1 parent 7345ad7 commit 4db326e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
#cache-env: true
- name: MicromambaActivateEnv
run: micromamba activate Rseurat
- name: TidyverseDependencies
run: |
sudo apt update && sudo apt install -y libicu-dev make libcurl4-openssl-dev libssl-dev zlib1g-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjpeg-dev libpng-dev libtiff-dev pandoc libxml2-dev
- name: InstallSeuratDatasets
run: |
Rscript -e "install.packages(pkgs='ifnb.SeuratData', repos='https://seurat.nygenome.org/', type='source')"
Expand Down

0 comments on commit 4db326e

Please sign in to comment.