Skip to content

Commit 70eea53

Browse files
committed
fixed indentation
1 parent 99e8f32 commit 70eea53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
pak::pkg_install("rcmdcheck")
7474
shell: Rscript {0}
7575

76-
- name: Install Miniconda
76+
- name: Install Miniconda
7777
run: |
7878
Rscript -e "pak::pkg_install('rstudio/reticulate')"
7979
Rscript -e "reticulate::install_miniconda()"

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pak::pkg_install("covr")
5050
shell: Rscript {0}
5151

52-
- name: Install Miniconda
52+
- name: Install Miniconda
5353
run: |
5454
Rscript -e "pak::pkg_install('rstudio/reticulate')"
5555
Rscript -e "reticulate::install_miniconda()"

0 commit comments

Comments
 (0)