Skip to content

Commit

Permalink
Remove installing of omopcept on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Dec 23, 2024
1 parent 7ef7656 commit d408024
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/knit-rmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.READ_OMOPCEPT_PAT }}

- name: Tmp install omopcept in rmd # doesnt install on local because of arrow error
run: |
Rscript -e '
remotes::install_github("SAFEHR-data/omopcept")
renv::snapshot()
'
env:
GITHUB_PAT: ${{ secrets.READ_OMOPCEPT_PAT }}

- name: Find and knit Rmd files
run: |
Rscript -e '
Expand Down

0 comments on commit d408024

Please sign in to comment.