Skip to content

Commit

Permalink
add GLPK dependencies for igraph -> seurat
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Oct 26, 2024
1 parent 4af2583 commit 616e525
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y libglpk-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,19 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y libglpk-dev
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-renv@v2
with:
r-version: 4.1.2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 616e525

Please sign in to comment.