Skip to content

Commit

Permalink
Fix Rscript command
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Jan 24, 2024
1 parent 8ee875e commit becf857
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mkl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
packages: |
any::microbenchmark
- name: Check R sessionInfo
shell: Rscript {0}
run: |
sessionInfo()
- name: check R performance
shell: Rscript {0}
run: |
Expand All @@ -42,7 +46,7 @@ jobs:
run: |
sudo apt install intel-mkl libmkl-dev
- name: Check R sessionInfo
shell: Rscript
shell: Rscript {0}
run: |
sessionInfo()
- name: check R performance after MKL
Expand Down

0 comments on commit becf857

Please sign in to comment.