Skip to content

Commit

Permalink
Attempt to solve dependency conflict with SticsRFiles in check action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuis committed Nov 28, 2023
1 parent 610c852 commit 8eb6c0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
# see also: https://stackoverflow.com/questions/73243945/pkgdown-action-failing-at-build-xml
extra-packages: |
any::rcmdcheck
SticsRPacks/SticsRFiles@main
needs: check
exclude: ape

Expand All @@ -70,7 +69,7 @@ jobs:
- name: Install custom R dependencies
run: |
# Install dev version of SticsRFiles to be in sync for tests (packages are developed synchronously):
remotes::install_github("SticsRPacks/SticsRFiles@main", dependencies = FALSE, upgrade = "never")
remotes::install_github("SticsRPacks/SticsRFiles@main", dependencies = FALSE, upgrade = "never", force=TRUE)
shell: Rscript {0}

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

0 comments on commit 8eb6c0f

Please sign in to comment.