Skip to content

.github/workflows/do_prediction_bag_tree.yml #42

.github/workflows/do_prediction_bag_tree.yml

.github/workflows/do_prediction_bag_tree.yml #42

on:
workflow_dispatch:
schedule:
- cron: "0 20 * * *"
# push:
jobs:
build:
runs-on: ubuntu-22.04
container:
image: eco4cast/rocker-neon4cast
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install R packages
run: R -e 'source("install.R")'
- name: install extra R packages
run: R -e 'install.packages(c("tidymodels", "bundle", "baguette"))'
# Point to the right path, run the right Rscript command
- name: Run automatic prediction file (bag tree all sites)
run: Rscript ./Generate_forecasts/tg_bag_tree_all_sites/run_forecast.R