Skip to content

Commit

Permalink
installing bbr before setup-r-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 6, 2024
1 parent 8ad9c09 commit b7eebc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
rm -rf /tmp/slurm-mocks
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install bbr from GitHub
run: Rscript -e 'remotes::install_github("metrumresearchgroup/bbr", ref = "main")'

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- name: Install bbr from GitHub
run: Rscript -e 'remotes::install_github("metrumresearchgroup/bbr", ref = "main")'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit b7eebc1

Please sign in to comment.