Skip to content

Commit

Permalink
explicit install on workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersen committed Jun 28, 2024
1 parent 7fa55d3 commit 97b937d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install BayesianMCPMod
shell: bash
run: R CMD INSTALL --preclean .

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 97b937d

Please sign in to comment.