Skip to content

Commit 1b1ee23

Browse files
committed
Fix yaml syntax
1 parent 530c89d commit 1b1ee23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757

5858
- name: Install Miniconda
5959
run: |
60-
Rscript -e "pak::pkg_install('rstudio/reticulate')"
61-
Rscript -e "reticulate::install_miniconda()"
60+
pak::pkg_install('rstudio/reticulate')
61+
reticulate::install_miniconda()
62+
shell: Rscript {0}
6263

6364
- name: Find Miniconda on macOS
6465
if: runner.os == 'macOS'
@@ -70,7 +71,7 @@ jobs:
7071
tensorflow::install_tensorflow(version='1.14.0')
7172
shell: Rscript {0}
7273

73-
- uses: r-lib/actions/check-r-package@v1
74+
- uses: r-lib/actions/check-r-package@v1
7475

7576
- name: Show testthat output
7677
if: always()

0 commit comments

Comments
 (0)