Skip to content

Commit 73a0413

Browse files
Revert "use touchstone bleeding edge"
This reverts commit e573d1d.
1 parent 8feabfc commit 73a0413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
remotes::install_deps(dependencies = TRUE)
75-
remotes::install_github("lorenzwalthert/touchstone@verbose-error-on-pkg-install")
75+
remotes::install_github("lorenzwalthert/touchstone")
7676
remotes::install_cran(c('ggplot2', 'dplyr'))
7777
pkg <- basename(getwd())
7878
if (pkg %in% rownames(installed.packages())) {

0 commit comments

Comments
 (0)