Skip to content

Commit ea19c01

Browse files
authored
Merge pull request #85 from d-morrison/revert/unneeded-DT-install
Revert now-unneeded DT install
2 parents fd082ec + d0e6419 commit ea19c01

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: steps.check_label.outputs.skip != 'true'
128128
run: |
129129
install.packages(
130-
c("lintr", "rmarkdown", "DT"),
130+
c("lintr", "rmarkdown"),
131131
repos = "https://packagemanager.posit.co/cran/__linux__/noble/latest"
132132
)
133133
shell: Rscript {0}

.github/workflows/preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
any::knitr
5555
any::rmarkdown
5656
any::tibble
57-
any::DT
5857
5958
- name: Set timezone to Pacific Time
6059
run: echo "TZ=America/Los_Angeles" >> $GITHUB_ENV

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
any::knitr
3636
any::rmarkdown
3737
any::tibble
38-
any::DT
3938
4039
- name: Set timezone to Pacific Time
4140
run: echo "TZ=America/Los_Angeles" >> $GITHUB_ENV

0 commit comments

Comments
 (0)