Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
I broke github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emdann committed Nov 28, 2023
1 parent 5477c08 commit 7a667b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
- name: Install dependencies
run: |
pip install ${{ matrix.pip-flags }} ".[dev,test]"
- name: Install R package dependencies
- name: Install R package dependencies
run: |
Rscript --vanilla -e "install.packages(c('BiocManager', 'statmod'), repos='http://cran.us.r-project.org'); library('BiocManager'); BiocManager::install('edgeR', 'DESeq2')"
- name: Test
env:
MPLBACKEND: agg
Expand Down

0 comments on commit 7a667b2

Please sign in to comment.