From cc691f3a9fda125f5ba4b7c23234ae3e0baec2a8 Mon Sep 17 00:00:00 2001 From: detule Date: Tue, 1 Oct 2024 01:16:56 +0000 Subject: [PATCH] merge fixup: rm debugging --- .github/workflows/db-windows.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/db-windows.yml b/.github/workflows/db-windows.yml index 7837eebd..8dbdb3eb 100644 --- a/.github/workflows/db-windows.yml +++ b/.github/workflows/db-windows.yml @@ -91,16 +91,6 @@ jobs: install.packages(".", repos = NULL, type = "source") shell: Rscript {0} - - name: Install remotes - run: | - install.packages("remotes") - shell: Rscript {0} - - - name: Install dev DBItest - run: | - remotes::install_github("detule/DBItest@test/stale_send_query") - shell: Rscript {0} - - name: Test run: | options("odbc.interruptible"=TRUE);testthat::test_local(reporter = testthat::ProgressReporter$new(max_failures = Inf, update_interval = Inf))