We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a365d6 commit 535f794Copy full SHA for 535f794
.github/workflows/prod.yaml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
sudo ./docker/dependencies.sh
25
+ Rscript -e "install.packages('yaml')"
26
27
- name: Install R Dependencies
28
uses: r-lib/actions/setup-renv@v2
0 commit comments