Skip to content

Commit

Permalink
Merge branch 'documentation-devel' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed Nov 28, 2023
2 parents 7d796f0 + 831d49d commit fdb6759
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:
- name: Setup R and Bioconductor
uses: grimbough/bioc-actions/setup-bioc@v1
with:
bioc-version: devel
bioc-version: release
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Install irlba from source
run: install.packages("irlba", type = "source")
shell: Rscript {0}
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
#- name: Install github version of SFEData
# run: remotes::install_github("pachterlab/SFEData")
# shell: Rscript {0}
- name: Install irlba from source
run: install.packages("irlba", type = "source")
shell: Rscript {0}
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit fdb6759

Please sign in to comment.