Skip to content

Commit

Permalink
enabled --fallback to avoid cache failures
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Feb 6, 2025
1 parent 6ee7e6b commit ed2601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-r-via-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: rstats-on-nix

- name: devtools::test() via nix-shell
run: nix-shell --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.xml2 rPackages.sys rPackages.devtools --run "Rscript -e 'devtools::test()'"
run: nix-shell --fallback --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.xml2 rPackages.sys rPackages.devtools --run "Rscript -e 'devtools::test()'"
#- name: Test coverage
# run: nix-shell --pure -p nix git cacert R rPackages.covr rPackages.codetools rPackages.sys rPackages.xml2 rPackages.testthat --run "Rscript -e 'covr::codecov()' "

Expand Down

0 comments on commit ed2601d

Please sign in to comment.