Skip to content

Commit 535f794

Browse files
committed
install yaml
1 parent 7a365d6 commit 535f794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo ./docker/dependencies.sh
25+
Rscript -e "install.packages('yaml')"
2526
2627
- name: Install R Dependencies
2728
uses: r-lib/actions/setup-renv@v2

0 commit comments

Comments
 (0)