Skip to content

Commit 261d6f4

Browse files
committed
Force installing ggplot2 version 3.5.2 to avoid CI errors
1 parent 871a475 commit 261d6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Install pinned package versions
3737
run: |
38-
Rscript -e 'remotes::install_version("ggplot2", version="3.5.2"'
39-
Rscript -e 'remotes::install_version("scales", version="1.3.0"'
38+
Rscript -e 'remotes::install_version("ggplot2", version="3.5.2")'
39+
Rscript -e 'remotes::install_version("scales", version="1.3.0")'
4040
Rscript -e 'remotes::install_version("pkgdown", version="2.0.7")'
4141
Rscript -e 'remotes::install_version("lintr", version="3.0.0")'
4242
Rscript -e 'remotes::install_version("sessioninfo", version="1.2.2")'

0 commit comments

Comments
 (0)