Skip to content

Commit

Permalink
debug_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudaraka88 authored and Sudaraka88 committed Jun 12, 2024
1 parent f568727 commit e62f5ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Session info
run: Rscript -e 'sessionInfo()'

- name: Show MatrixExtra namespace
run: Rscript -e 'getNamespaceExports("MatrixExtra")'

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit e62f5ba

Please sign in to comment.