Skip to content

Commit

Permalink
merge fixup: rm debugging (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
detule authored Oct 1, 2024
1 parent ba7223f commit 335e1c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/db-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 335e1c8

Please sign in to comment.