Skip to content

Commit 4c20e53

Browse files
committed
Fix R dependency install
1 parent 34b6714 commit 4c20e53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ jobs:
3636
uses: r-lib/actions/setup-r@v2
3737
with:
3838
use-public-rspm: true
39-
- uses: r-lib/actions/setup-r-dependencies@v2
39+
- name: Install R dependencies
40+
uses: r-lib/actions/setup-r-dependencies@v2
4041
with:
4142
extra-packages: |
4243
any::plyr
4344
any::dplyr
4445
any::tidyverse
4546
any::data.table
46-
needs: check
47+
any::ggplot2
48+
# needs: check
4749
- name: Generate fitting data
4850
run: |
4951
pip install pytest

0 commit comments

Comments
 (0)