Skip to content

Commit

Permalink
Is this problem Arm specific?
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Apr 3, 2024
1 parent 843ec9d commit 87bce77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
config:
- { os: macos-latest, r: "release" }
- { os: macos-latest-large, r: "release" }
- { os: windows-latest, r: "release" }
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
- { os: ubuntu-latest, r: "release" }
Expand All @@ -43,7 +44,7 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install basilisk.utils
- name: Install basilisk
shell: Rscript {0}
run: |
install.packages("BiocManager")
Expand Down

0 comments on commit 87bce77

Please sign in to comment.