Skip to content

Commit

Permalink
CI: use bash on windows to print R version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 13, 2024
1 parent 01453c0 commit 5781b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
with:
r-version: '4.1.2'
- name: print R version
if: matrix.extras == 'all'
shell: bash
run: R --version
- name: Install dclab with all possible dependencies
if: matrix.extras == 'all'
Expand Down

0 comments on commit 5781b59

Please sign in to comment.