Skip to content
Permalink
Browse files
Complete the trifecta of tests
  • Loading branch information
lcolladotor committed Apr 19, 2020
1 parent 5c00476 commit b28956f5c9f7571cf09bdc4f5555d3d1daaec233
Showing 1 changed file with 2 additions and 2 deletions.
@@ -237,14 +237,14 @@ jobs:
- uses: actions/checkout@v2

- name: Setup R from r-lib
uses: lcolladotor/actions/setup-r@support_win_rtools_40
uses: lcolladotor/actions/setup-r@support_win_rtools_40_edit_repo_config
with:
r-version: ${{ needs.R-CMD-check-bioc.outputs.rversion }}
rtools-version: ${{ needs.R-CMD-check-bioc.outputs.rtoolsversion }}


- name: Setup pandoc from r-lib
uses: lcolladotor/actions/setup-pandoc@support_win_rtools_40
uses: lcolladotor/actions/setup-pandoc@support_win_rtools_40_edit_repo_config

- name: Query dependencies
run: |

0 comments on commit b28956f

Please sign in to comment.