Skip to content

Commit

Permalink
more bbr dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 6, 2024
1 parent ddf1e94 commit d907146
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ jobs:
rm -rf /tmp/slurm-mocks
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install remotes package
run: Rscript -e 'install.packages("remotes")'

- name: Install bbr from GitHub
run: Rscript -e 'remotes::install_github("metrumresearchgroup/bbr", ref = "main")'
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("metrumresearchgroup/mrgmisc")'
Rscript -e 'remotes::install_github("metrumresearchgroup/nmrec")'
Rscript -e 'remotes::install_github("metrumresearchgroup/bbr")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit d907146

Please sign in to comment.