Skip to content

Commit

Permalink
added remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 6, 2024
1 parent b7eebc1 commit ddf1e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ 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")'

Expand Down

0 comments on commit ddf1e94

Please sign in to comment.