Skip to content

Commit

Permalink
Update env and install demos
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent 1d408b1 commit c0f887a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: mamba-org/provision-with-micromamba@e2b397b12d0a38069451664382b769c9456e3d6d
with:
cache-env: true
- name:
shell: bash -l {0}
run: |
which pdflatex
- name: Install TinyTex
shell: bash -l {0}
run: |
Rscript -e 'tinytex::install_tinytex(force = TRUE)'
- name: Install demo datasets
shell: bash -l {0}
run: |
Rscript -e 'install.packages(c("mimic.demo", "eicu_demo"), repos="https://eth-mds.github.io/physionet-demo")'
- name: Run R CMD check
shell: bash -l {0}
run: |
Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ dependencies:
- r-covr
- r-units
- r-tinytex
- texlive-core # for CI
- r-testthat
- r-mockthat
- r-pkgload

0 comments on commit c0f887a

Please sign in to comment.