From 309ebe568e238d7e0b6edecdbb8eaab03bf8b040 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 1 Oct 2024 13:22:44 +0200 Subject: [PATCH] fix: disable linux r-hub check --- .github/workflows/rhub.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index ca534777..94d0cd6b 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -21,6 +21,9 @@ on: # Container-based platforms (as opposed to VM-based Windows and macOS platforms) # can be also viewed here: https://r-hub.github.io/containers/containers.html # gcc14 = r-devel-linux-x86_64-fedora-gcc + # + # "linux" check (linux (R-devel)) is temporarily disabled because of unexplained timeouts + # in setup-r-dependencies step "Modify DESCRIPTION file (development)" default: >- r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, @@ -34,7 +37,6 @@ on: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64, - linux, gcc13, noSuggests, donttest