Skip to content

Commit a4cafc3

Browse files
committed
removing basilisk
1 parent 67871a1 commit a4cafc3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
1+
# Workflow derived from [https://github.com/r-lib/actions/tree/v2/examples](https://github.com/r-lib/actions/tree/v2/examples)
32
on:
43
push:
54
branches: [main, master]
@@ -24,7 +23,6 @@ jobs:
2423
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2524
R_KEEP_PKG_SOURCE: yes
2625

27-
2826
steps:
2927
- uses: actions/checkout@v3
3028

@@ -39,8 +37,12 @@ jobs:
3937
- name: Install R dependencies
4038
uses: r-lib/actions/setup-r-dependencies@v2
4139
with:
42-
extra-packages: rcmdcheck
43-
40+
extra-packages: any::rcmdcheck
41+
needs: check
42+
4443
- uses: r-lib/actions/check-r-package@v2
4544
with:
4645
upload-snapshots: true
46+
# If the vignette continues to hang, uncomment the lines below to skip it temporarily
47+
# args: 'c("--no-vignettes", "--no-build-vignettes")'
48+
# build_args: 'c("--no-build-vignettes")'

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Suggests:
3838
testthat,
3939
tidygraph,
4040
viridis
41-
SystemRequirements: Python (via basilisk)
4241
LinkingTo:
4342
Rcpp
4443
VignetteBuilder: knitr

0 commit comments

Comments
 (0)